File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,7 @@ server {
22 listen 443 ssl;
33 server_name codingteam.org.ru;
44 keepalive_timeout 60;
5- ssl_certificate /etc/letsencrypt/live/loglist.net/fullchain.pem;
6- ssl_certificate_key /etc/letsencrypt/live/loglist.net/privkey.pem;
7- ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
8- ssl_ciphers "HIGH:!aNULL:!MD5:!kEDH";
9- add_header Strict-Transport-Security 'max-age=15552000';
5+ include /etc/nginx/ssl.conf;
106
117 location /_logs/ {
128 proxy_set_header X-Forwarded-Host $host;
Original file line number Diff line number Diff line change @@ -21,11 +21,7 @@ server {
2121 listen 443 ssl;
2222 server_name loglist.net;
2323 keepalive_timeout 60;
24- ssl_certificate /etc/letsencrypt/live/loglist.net/fullchain.pem;
25- ssl_certificate_key /etc/letsencrypt/live/loglist.net/privkey.pem;
26- ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
27- ssl_ciphers "HIGH:!aNULL:!MD5:!kEDH";
28- add_header Strict-Transport-Security 'max-age=15552000';
24+ include /etc/nginx/ssl.conf;
2925
3026 location / {
3127 proxy_set_header X-Forwarded-Host $host;
@@ -41,11 +37,7 @@ server {
4137 listen 443 ssl;
4238 server_name *.loglist.net;
4339 keepalive_timeout 60;
44- ssl_certificate /etc/letsencrypt/live/loglist.net/fullchain.pem;
45- ssl_certificate_key /etc/letsencrypt/live/loglist.net/privkey.pem;
46- ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
47- ssl_ciphers "HIGH:!aNULL:!MD5:!kEDH";
48- add_header Strict-Transport-Security 'max-age=15552000';
40+ include /etc/nginx/ssl.conf;
4941
5042 location / {
5143 return 301 https://loglist.net$request_uri;
Original file line number Diff line number Diff line change @@ -2,11 +2,7 @@ server {
22 listen 443 ssl;
33 server_name tales.codingteam.org.ru;
44 keepalive_timeout 60;
5- ssl_certificate /etc/letsencrypt/live/loglist.net/fullchain.pem;
6- ssl_certificate_key /etc/letsencrypt/live/loglist.net/privkey.pem;
7- ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
8- ssl_ciphers "HIGH:!aNULL:!MD5:!kEDH";
9- add_header Strict-Transport-Security 'max-age=15552000';
5+ include /etc/nginx/ssl.conf;
106
117 location / {
128 alias /opt/codingteam/tales/;
Original file line number Diff line number Diff line change 1+ ssl_certificate /etc/letsencrypt/live/loglist.net/fullchain.pem;
2+ ssl_certificate_key /etc/letsencrypt/live/loglist.net/privkey.pem;
3+ ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
4+ ssl_ciphers "HIGH:!aNULL:!MD5:!kEDH";
5+ add_header Strict-Transport-Security 'max-age=15552000';
You can’t perform that action at this time.
0 commit comments