nginx /admin forwarding

This commit is contained in:
Ulf Gebhardt 2022-01-05 21:57:52 +01:00
parent 55089b4b10
commit 564261a72f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

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