auto update repo
This commit is contained in:
parent
45848db7aa
commit
05e5a72072
|
|
@ -1,28 +0,0 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name newcabinet.dot-dot.ru;
|
||||
return 301 https://$server_name$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl ;
|
||||
server_name newcabinet.dot-dot.ru;
|
||||
|
||||
ssl_certificate /etc/nginx/ssl/dot-dot.crt;
|
||||
ssl_certificate_key /etc/nginx/ssl/dot-dot.key;
|
||||
|
||||
client_max_body_size 30m;
|
||||
|
||||
|
||||
location / {
|
||||
proxy_pass http://dot-dot-cabinet:80;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
chunked_transfer_encoding off;
|
||||
proxy_buffering off;
|
||||
proxy_cache off;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name newlms.dot-dot.ru;
|
||||
return 301 https://$server_name$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl ;
|
||||
server_name newlms.dot-dot.ru;
|
||||
|
||||
ssl_certificate /etc/nginx/ssl/dot-dot.crt;
|
||||
ssl_certificate_key /etc/nginx/ssl/dot-dot.key;
|
||||
|
||||
client_max_body_size 30m;
|
||||
|
||||
|
||||
location / {
|
||||
proxy_pass http://dot-dot-lms:80;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
chunked_transfer_encoding off;
|
||||
proxy_buffering off;
|
||||
proxy_cache off;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue