change configuration has.conf/lms
All checks were successful
Portainer stack nginx / deploy (push) Successful in 3s

This commit is contained in:
2024-08-29 00:06:44 +01:00
parent 08e10e4ee0
commit b5b191982f
2 changed files with 17 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ server {
location ^~ /lms/ {
proxy_pass http://localhost:9000/;
proxy_pass http://lms-lms-1: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;