From 849e158040c7bb030e8cb70d5b686df8326a45c1 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 12 Dec 2020 20:53:10 +0100 Subject: [PATCH] code style --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 47fe02e..af9d9e4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -28,7 +28,7 @@ location __PATH__/ { proxy_read_timeout 30; proxy_send_timeout 30; proxy_connect_timeout 30; - proxy_redirect off; + proxy_redirect off; proxy_pass http://127.0.0.1:__PORT__/;