From 479116b326b6c3c81b9d20b9a0b8351da0b33824 Mon Sep 17 00:00:00 2001 From: packetcat Date: Sat, 22 Apr 2023 18:00:26 -0400 Subject: [PATCH] remove bastetrix.com vhost --- ubuntu/erlking.silvestris.systems.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/ubuntu/erlking.silvestris.systems.yml b/ubuntu/erlking.silvestris.systems.yml index b2fe512..89b2052 100644 --- a/ubuntu/erlking.silvestris.systems.yml +++ b/ubuntu/erlking.silvestris.systems.yml @@ -186,26 +186,6 @@ - ssl_certificate_key "/etc/ssl/letsencrypt/ultonomy.com.pem" - include snippets/sslstapling_hsts.conf - include snippets/wp_with_supercache.conf - bastetrix.com.http: - - listen *:80 - - listen [::]:80 - - server_name bastetrix.com - - root "/srv/www/bastetrix.com/public" - - location /.well-known/acme-challenge/ { - allow all; - } - - return 301 "https://$host$request_uri" - bastetrix.com.https: - - listen *:443 ssl http2 - - listen [::]:443 ssl http2 - - server_name bastetrix.com - - root "/srv/www/bastetrix.com/public" - - index index.html - - access_log "/var/log/nginx/bastetrix.com.access.log" - - error_log "/var/log/nginx/bastetrix.com.error.log" - - ssl_certificate "/etc/ssl/letsencrypt/bastetrix.com.crt" - - ssl_certificate_key "/etc/ssl/letsencrypt/bastetrix.com.pem" - - include snippets/sslstapling_hsts.conf wiki.bastetrix.org.http: - listen *:80 - listen [::]:80