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:40:02 +00:00
parent b69730114a
commit e2d53ff002

View File

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