code style

This commit is contained in:
JensDiemer 2020-12-12 20:53:10 +01:00
parent 6342fedcb2
commit 849e158040

View file

@ -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__/;