fixed the blank page issue

This commit is contained in:
LCD
2020-07-22 16:40:40 +02:00
committed by GitHub
parent 98cfaa0f2a
commit 3f2eca38df
+1 -1
View File
@@ -207,7 +207,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://localhost:5082;
proxy_pass http://localhost:5082/;
proxy_read_timeout 120;
}
}