nginx admin trailing slahs and forward with slash

This commit is contained in:
Ulf Gebhardt 2022-01-05 22:06:13 +01:00
parent ccc9b9bf58
commit 40cb92d076
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

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