corrected admin nginx conf(?)

This commit is contained in:
Ulf Gebhardt 2022-01-06 07:27:35 +01:00
parent aba2b272f6
commit 76c8f971eb
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -74,7 +74,7 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:8080/admin/;
proxy_pass http://127.0.0.1:8080;
proxy_redirect off;
}