remove asininetech.com vhosts
This commit is contained in:
parent
0690460f00
commit
3662db7e8e
|
@ -10,20 +10,6 @@
|
|||
- sendfile "on"
|
||||
- server_names_hash_bucket_size 512
|
||||
nginx_sites:
|
||||
asininetech.com.http:
|
||||
- listen *:80
|
||||
- listen [::]:80
|
||||
- server_name asininetech.com
|
||||
- return 301 "https://nullrouted.space$request_uri"
|
||||
asininetech.com.https:
|
||||
- listen *:443 ssl http2
|
||||
- listen [::]:443 ssl http2
|
||||
- server_name asininetech.com
|
||||
- access_log "/var/log/nginx/asininetech.com.access.log"
|
||||
- error_log "/var/log/nginx/asininetech.com.error.log"
|
||||
- ssl_certificate "/etc/ssl/letsencrypt/asininetech.com.crt"
|
||||
- ssl_certificate_key "/etc/ssl/letsencrypt/asininetech.com.pem"
|
||||
- return 301 "https://nullrouted.space$request_uri"
|
||||
nullrouted.space.http:
|
||||
- listen *:80
|
||||
- listen [::]:80
|
||||
|
|
Loading…
Reference in New Issue