remove poetry.packetcat.ca vhost

This commit is contained in:
packetcat 2022-12-07 11:03:37 -05:00
parent 0de498bcd9
commit 3a8d6bfc16
1 changed files with 0 additions and 22 deletions

View File

@ -238,28 +238,6 @@
- ssl_certificate "/etc/ssl/letsencrypt/bastetrix.com.crt"
- ssl_certificate_key "/etc/ssl/letsencrypt/bastetrix.com.pem"
- include snippets/sslstapling_hsts.conf
poetry.packetcat.ca.http:
- listen *:80
- listen [::]:80
- server_name poetry.packetcat.ca
- root "/srv/www/poetry.packetcat.ca"
- location /.well-known/acme-challenge/ {
allow all;
}
- return 301 "https://$host$request_uri"
poetry.packetcat.ca.https:
- listen *:443 ssl http2
- listen [::]:443 ssl http2
- server_name poetry.packetcat.ca
- root "/srv/www/poetry.packetcat.ca"
- index index.php index.html
- access_log "/var/log/nginx/poetry.packetcat.ca.access.log"
- error_log "/var/log/nginx/poetry.packetcat.ca.error.log"
- client_max_body_size 10M
- ssl_certificate "/etc/ssl/letsencrypt/poetry.packetcat.ca.crt"
- ssl_certificate_key "/etc/ssl/letsencrypt/poetry.packetcat.ca.pem"
- include snippets/sslstapling_hsts.conf
- include snippets/wp_with_supercache.conf
wiki.bastetrix.org.http:
- listen *:80
- listen [::]:80