Update services/nginx/docker/nginx.conf.d/lms.lan.conf
All checks were successful
Portainer stack nginx / deploy (push) Successful in 2s

This commit is contained in:
2024-10-21 21:37:12 +00:00
parent 6856e80e91
commit b69730114a

View File

@@ -4,7 +4,7 @@ server {
server_name lms.lan;
location / {
proxy_pass http://lms-lms-1:9000/;
proxy_pass http://lms-lms-1:9020/;
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;