Skip to content

Commit

Permalink
Make superlinter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasge committed Feb 5, 2025
1 parent 230cd09 commit 1aa7423
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions docker/nginx-unit.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,31 @@
"forwarded": {
"client_ip": "X-Forwarded-For",
"protocol": "X-Forwarded-Proto",
"source": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16"
]
"source": ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
}
},
"0.0.0.0:8081": {
"pass": "routes/status",
"forwarded": {
"client_ip": "X-Forwarded-For",
"protocol": "X-Forwarded-Proto",
"source": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16"
]
"source": ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
}
},
"[::]:8080": {
"pass": "routes/main",
"forwarded": {
"client_ip": "X-Forwarded-For",
"protocol": "X-Forwarded-Proto",
"source": [
"fc00::/7",
"fe80::/10"
]
"source": ["fc00::/7", "fe80::/10"]
}
},
"[::]:8081": {
"pass": "routes/status",
"forwarded": {
"client_ip": "X-Forwarded-For",
"protocol": "X-Forwarded-Proto",
"source": [
"fc00::/7",
"fe80::/10"
]
"source": ["fc00::/7", "fe80::/10"]
}
}
},
Expand Down

0 comments on commit 1aa7423

Please sign in to comment.