auto update repo

This commit is contained in:
ddadmin 2026-02-03 20:44:01 +03:00
parent 5a3be87fd9
commit d8f558f3a0
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
proxy_pass http://php:8080/;
#proxy_pass http://php:8080/;
}
location ~ ^/index\.php(/|$) {

View File

@ -15,7 +15,7 @@ server {
location / {
proxy_pass http://dot-dot-lms.ru:80;
proxy_pass http://dot-dot-lms:80;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';