remove i.asininetech.com.

This commit is contained in:
staticsafe 2020-01-16 18:09:45 -05:00
parent 9e1e20d33f
commit 748ddb1008
1 changed files with 23 additions and 22 deletions

View File

@ -80,28 +80,6 @@
- ssl_stapling on
- resolver [::1] valid=300s
- add_header Strict-Transport-Security max-age=31536000
i.asininetech.com.http:
- listen *:80
- listen [::]:80
- server_name i.asininetech.com
- return 301 "https://$host$request_uri"
i.asininetech.com.https:
- listen *:443 ssl http2
- listen [::]:443 ssl http2
- server_name i.asininetech.com
- root "/home/tenshi/public_html"
- index index.html
- access_log "/var/log/nginx/i.asininetech.com.access.log"
- error_log "/var/log/nginx/i.asininetech.com.error.log"
- ssl_certificate "/etc/ssl/letsencrypt/i.asininetech.com.crt"
- ssl_certificate_key "/etc/ssl/letsencrypt/i.asininetech.com.pem"
- ssl_stapling on
- resolver [::1] valid=300s
- location / {
autoindex off;
autoindex_exact_size off;
}
- add_header Strict-Transport-Security max-age=31536000
sadiqsaif.ca:
- listen *:80
- listen *:443 ssl
@ -315,6 +293,29 @@
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_pass php;
}
nginx_remove_sites:
i.asininetech.com.http:
- listen *:80
- listen [::]:80
- server_name i.asininetech.com
- return 301 "https://$host$request_uri"
i.asininetech.com.https:
- listen *:443 ssl http2
- listen [::]:443 ssl http2
- server_name i.asininetech.com
- root "/home/tenshi/public_html"
- index index.html
- access_log "/var/log/nginx/i.asininetech.com.access.log"
- error_log "/var/log/nginx/i.asininetech.com.error.log"
- ssl_certificate "/etc/ssl/letsencrypt/i.asininetech.com.crt"
- ssl_certificate_key "/etc/ssl/letsencrypt/i.asininetech.com.pem"
- ssl_stapling on
- resolver [::1] valid=300s
- location / {
autoindex off;
autoindex_exact_size off;
}
- add_header Strict-Transport-Security max-age=31536000
nginx_configs:
gzip:
- gzip on