From d07cf30075749d3324e8b9aeaaa764ac9443c8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 2 Jan 2023 22:51:51 +0100 Subject: [PATCH] set to 127.0.0.1 instead of localhost --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index fa8dfb4..748f7f1 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location / { proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_pass http://localhost:__PORT__; + proxy_pass http://127.0.0.1:__PORT__; client_max_body_size 50M;