change configuration has.conf/lms
All checks were successful
Portainer stack nginx / deploy (push) Successful in 3s
All checks were successful
Portainer stack nginx / deploy (push) Successful in 3s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user