aboutsummaryrefslogtreecommitdiff
path: root/docker/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'docker/nginx')
-rw-r--r--docker/nginx/chibisafe.moe.http.example.conf2
-rw-r--r--docker/nginx/chibisafe.moe.https.example.conf2
2 files changed, 2 insertions, 2 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;
}
diff --git a/docker/nginx/chibisafe.moe.https.example.conf b/docker/nginx/chibisafe.moe.https.example.conf
index fce9e9a..c8b83c2 100644
--- a/docker/nginx/chibisafe.moe.https.example.conf
+++ b/docker/nginx/chibisafe.moe.https.example.conf
@@ -16,7 +16,7 @@ server {
# reverse proxy
location / {
- proxy_pass http://localhost:5000;
+ proxy_pass http://chibisafe:5000;
include nginxconfig.io/proxy.conf;
}