aboutsummaryrefslogtreecommitdiff
path: root/docker/nginx/chibisafe.moe.https.example.conf
diff options
context:
space:
mode:
authorKana <[email protected]>2021-01-12 10:23:37 +0900
committerGitHub <[email protected]>2021-01-12 10:23:37 +0900
commit38021d959988d9c0eb20f5e636ba189e8d91443a (patch)
treec1ec13a88649ed8d7a85905bcc0c11863bddca4e /docker/nginx/chibisafe.moe.https.example.conf
parentMerge pull request #251 from Zephyrrus/fix/paginate_search (diff)
parentfix: docker setup (diff)
downloadhost.fuwn.me-38021d959988d9c0eb20f5e636ba189e8d91443a.tar.xz
host.fuwn.me-38021d959988d9c0eb20f5e636ba189e8d91443a.zip
Merge pull request #252 from WeebDev/fix/docker
fix: docker setup
Diffstat (limited to 'docker/nginx/chibisafe.moe.https.example.conf')
-rw-r--r--docker/nginx/chibisafe.moe.https.example.conf2
1 files changed, 1 insertions, 1 deletions
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;
}