remove ultonomy.com vhosts
This commit is contained in:
parent
d1882d9209
commit
d68f25b004
|
@ -129,25 +129,6 @@
|
|||
- ssl_certificate "/etc/ssl/letsencrypt/sadiqsaif.ca.crt"
|
||||
- ssl_certificate_key "/etc/ssl/letsencrypt/sadiqsaif.ca.pem"
|
||||
- return 301 "https://sadiqsaif.com$request_uri"
|
||||
ultonomy.com.http:
|
||||
- listen *:80
|
||||
- listen [::]:80
|
||||
- server_name ultonomy.com
|
||||
- return 301 "https://$host$request_uri"
|
||||
ultonomy.com.https:
|
||||
- listen *:443 ssl http2
|
||||
- listen [::]:443 ssl http2
|
||||
- server_name ultonomy.com
|
||||
- root "/srv/www/ultonomy.com"
|
||||
- index index.php index.html
|
||||
- access_log "/var/log/nginx/ultonomy.com.access.log"
|
||||
- error_log "/var/log/nginx/ultonomy.com.error.log"
|
||||
- client_max_body_size 10M
|
||||
- ssl_certificate "/etc/ssl/letsencrypt/ultonomy.com.crt"
|
||||
- ssl_certificate_key "/etc/ssl/letsencrypt/ultonomy.com.pem"
|
||||
- include snippets/sslstapling_hsts.conf
|
||||
- include snippets/wp_with_supercache.conf
|
||||
- include snippets/blockbots.conf
|
||||
wallabag.packetcat.ca.http:
|
||||
- listen *:80
|
||||
- listen [::]:80
|
||||
|
|
Loading…
Reference in New Issue