remove as393949.net
This commit is contained in:
parent
4ea258d17b
commit
8dd8505d0a
@ -43,24 +43,6 @@
|
|||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
fastcgi_pass php;
|
fastcgi_pass php;
|
||||||
}
|
}
|
||||||
as393949.net.http:
|
|
||||||
- listen *:80
|
|
||||||
- listen [::]:80
|
|
||||||
- server_name as393949.net
|
|
||||||
- return 301 "https://$host$request_uri"
|
|
||||||
as393949.net.https:
|
|
||||||
- listen *:443 ssl http2
|
|
||||||
- listen [::]:443 ssl http2
|
|
||||||
- server_name as393949.net
|
|
||||||
- root "/srv/www/as393949.net/output"
|
|
||||||
- index index.html
|
|
||||||
- access_log "/var/log/nginx/as393949.net.access.log"
|
|
||||||
- error_log "/var/log/nginx/as393949.net.error.log"
|
|
||||||
- ssl_certificate "/etc/ssl/letsencrypt/as393949.net.crt"
|
|
||||||
- ssl_certificate_key "/etc/ssl/letsencrypt/as393949.net.pem"
|
|
||||||
- ssl_stapling on
|
|
||||||
- resolver [::1] valid=300s
|
|
||||||
- add_header Strict-Transport-Security max-age=31536000
|
|
||||||
entropynet.net.http:
|
entropynet.net.http:
|
||||||
- listen *:80
|
- listen *:80
|
||||||
- listen [::]:80
|
- listen [::]:80
|
||||||
@ -297,6 +279,25 @@
|
|||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
fastcgi_pass php;
|
fastcgi_pass php;
|
||||||
}
|
}
|
||||||
|
nginx_remove_sites:
|
||||||
|
as393949.net.http:
|
||||||
|
- listen *:80
|
||||||
|
- listen [::]:80
|
||||||
|
- server_name as393949.net
|
||||||
|
- return 301 "https://$host$request_uri"
|
||||||
|
as393949.net.https:
|
||||||
|
- listen *:443 ssl http2
|
||||||
|
- listen [::]:443 ssl http2
|
||||||
|
- server_name as393949.net
|
||||||
|
- root "/srv/www/as393949.net/output"
|
||||||
|
- index index.html
|
||||||
|
- access_log "/var/log/nginx/as393949.net.access.log"
|
||||||
|
- error_log "/var/log/nginx/as393949.net.error.log"
|
||||||
|
- ssl_certificate "/etc/ssl/letsencrypt/as393949.net.crt"
|
||||||
|
- ssl_certificate_key "/etc/ssl/letsencrypt/as393949.net.pem"
|
||||||
|
- ssl_stapling on
|
||||||
|
- resolver [::1] valid=300s
|
||||||
|
- add_header Strict-Transport-Security max-age=31536000
|
||||||
|
|
||||||
nginx_configs:
|
nginx_configs:
|
||||||
gzip:
|
gzip:
|
||||||
|
Loading…
Reference in New Issue
Block a user