Skip to content

Commit

Permalink
fix nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
alsigna committed Jan 25, 2023
1 parent 825432f commit b5c6f79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nginx-unit.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"listeners": {
"*:8080": {
"0.0.0.0:8080": {
"pass": "routes"
},
"[::]:8080": {
"pass": "routes"
}
},
Expand All @@ -11,7 +14,7 @@
"uri": "/static/*"
},
"action": {
"share": "/opt/netbox/netbox"
"share": "/opt/netbox/netbox${uri}"
}
},

Expand Down

0 comments on commit b5c6f79

Please sign in to comment.