remove wiki.bastetrix.org vhost

This commit is contained in:
packetcat 2023-04-22 18:58:59 -04:00
parent 479116b326
commit 634ccb19b6
1 changed files with 0 additions and 24 deletions

View File

@ -186,30 +186,6 @@
- ssl_certificate_key "/etc/ssl/letsencrypt/ultonomy.com.pem"
- include snippets/sslstapling_hsts.conf
- include snippets/wp_with_supercache.conf
wiki.bastetrix.org.http:
- listen *:80
- listen [::]:80
- server_name wiki.bastetrix.org
- root "/srv/www/wiki.bastetrix.org"
- location /.well-known/acme-challenge/ {
allow all;
}
- return 301 "https://$host$request_uri"
wiki.bastetrix.org.https:
- listen *:443 ssl http2
- listen [::]:443 ssl http2
- server_name wiki.bastetrix.org
- root "/srv/www/wiki.bastetrix.org"
- index index.php
- access_log "/var/log/nginx/wiki.bastetrix.org.access.log"
- error_log "/var/log/nginx/wiki.bastetrix.org.error.log"
- ssl_certificate "/etc/ssl/letsencrypt/wiki.bastetrix.org.crt"
- ssl_certificate_key "/etc/ssl/letsencrypt/wiki.bastetrix.org.pem"
- include snippets/sslstapling_hsts.conf
- location ~ /(data|conf|bin|inc)/ {
deny all;
}
- include snippets/php_standard.conf
miniflux.packetcat.ca.http:
- listen *:80
- listen [::]:80