Modified 404/500 error
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./upstreams.map:/etc/nginx/upstreams.map:ro
|
||||
- ./proxy_to_app.conf:/etc/nginx/proxy_to_app.conf:ro
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:4098/healthz"]
|
||||
|
||||
Reference in New Issue
Block a user