From 63509cd2d3efde22273ac8d4cbb879c5a70489e2 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 11 Jan 2021 18:42:59 +0100 Subject: fix: docker setup --- docker/nginx/chibisafe.moe.https.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/nginx/chibisafe.moe.https.example.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; } -- cgit v1.2.3