diff options
Diffstat (limited to 'docker/nginx/chibisafe.moe.http.example.conf')
| -rw-r--r-- | docker/nginx/chibisafe.moe.http.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/nginx/chibisafe.moe.http.example.conf b/docker/nginx/chibisafe.moe.http.example.conf index 0a0d507..efc1e3a 100644 --- a/docker/nginx/chibisafe.moe.http.example.conf +++ b/docker/nginx/chibisafe.moe.http.example.conf @@ -12,7 +12,7 @@ server { # reverse proxy location / { - proxy_pass http://localhost:5000; + proxy_pass http://chibisafe:5000; include nginxconfig.io/proxy.conf; } |