update lms

This commit is contained in:
ddadmin 2024-07-17 18:59:21 +03:00
parent 5392bb467b
commit 3393b15d64
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ server {
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade; proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_pass http://php:8080/; proxy_pass http://ws:8080/;
} }
location @rewriteapp { location @rewriteapp {