auto update repo
This commit is contained in:
parent
5a3be87fd9
commit
d8f558f3a0
|
|
@ -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(/|$) {
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue