Skip to content

Commit

Permalink
Update unit.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SiwatS authored Mar 31, 2022
1 parent 93d07f9 commit 78bfa03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unit.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"listeners": {
"*:80": {
"pass": "routes"
"pass": "routes",
}
"*:443": {
"return": 500
}
},
"routes": [
Expand Down

0 comments on commit 78bfa03

Please sign in to comment.