From 634ccb19b60bab03889ea82f0799984da1b8d767 Mon Sep 17 00:00:00 2001 From: packetcat Date: Sat, 22 Apr 2023 18:58:59 -0400 Subject: [PATCH] remove wiki.bastetrix.org vhost --- ubuntu/erlking.silvestris.systems.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/ubuntu/erlking.silvestris.systems.yml b/ubuntu/erlking.silvestris.systems.yml index 89b2052..9b57a62 100644 --- a/ubuntu/erlking.silvestris.systems.yml +++ b/ubuntu/erlking.silvestris.systems.yml @@ -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