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 cea466d commit 76c7b8a
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions unit.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
{
"listeners": {
"*:80": {
"pass": "routes"
}
"*:443": {
"return": 500
}
},
"routes": [
{
"match": {
"uri": "/.well-known/acme-challenge*"
},
"action": {
"share": "/ssl/certbotroot$uri"
}
},
{
"match": {
"uri": "*"
},
"action": {
"share":"/software"
}
}
]
"listeners": {
"*:80": {
"pass": "routes"
},
"*:443": {
"return": 500
}
},
"routes": [{
"match": {
"uri": "/.well-known/acme-challenge*"
},
"action": {
"share": "/ssl/certbotroot$uri"
}
},
{
"match": {
"uri": "*"
},
"action": {
"share": "/software"
}
}
]
}

0 comments on commit 76c7b8a

Please sign in to comment.