remove irreverent.space vhosts
This commit is contained in:
parent
820f4b6018
commit
864aa428ad
|
@ -182,24 +182,6 @@
|
|||
fastcgi_pass php;
|
||||
fastcgi_index index.php;
|
||||
}
|
||||
irreverent.space.http:
|
||||
- listen *:80
|
||||
- listen [::]:80
|
||||
- server_name irreverent.space
|
||||
- return 301 "https://$host$request_uri"
|
||||
irreverent.space.https:
|
||||
- listen *:443 ssl http2
|
||||
- listen [::]:443 ssl http2
|
||||
- server_name irreverent.space
|
||||
- root "/srv/www/irreverent.space"
|
||||
- index index.php index.html
|
||||
- access_log "/var/log/nginx/irreverent.space.access.log"
|
||||
- error_log "/var/log/nginx/irreverent.space.error.log"
|
||||
- client_max_body_size 10M
|
||||
- ssl_certificate "/etc/ssl/letsencrypt/irreverent.space.crt"
|
||||
- ssl_certificate_key "/etc/ssl/letsencrypt/irreverent.space.pem"
|
||||
- include snippets/sslstapling_hsts.conf
|
||||
- include snippets/wp_with_supercache.conf
|
||||
ultonomy.com.http:
|
||||
- listen *:80
|
||||
- listen [::]:80
|
||||
|
|
Loading…
Reference in New Issue