auto update repo

This commit is contained in:
ddadmin 2026-02-03 20:49:01 +03:00
parent 01696dc42b
commit e2d3f1bfcf
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
server {
listen 80;
server_name newlms.dot-dot.ru;
server_name newcabinet.dot-dot;
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl ;
server_name newlms.dot-dot.ru;
server_name newcabinet.dot-dot;
ssl_certificate /etc/nginx/ssl/dot-dot.crt;
ssl_certificate_key /etc/nginx/ssl/dot-dot.key;
@ -15,7 +15,7 @@ server {
location / {
proxy_pass http://dot-dot-lms:80;
proxy_pass http://dot-dot-cabinet:80;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';