This commit is contained in:
2024-07-19 16:08:35 +01:00
parent c7665f33f5
commit aa5bfa524c
5 changed files with 37 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ server {
location ^~ /lms/ {
proxy_pass http://homesrv01.dev.lan:9000/;
proxy_pass http://localhost:9000/;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;