From 3a8d6bfc16bfc741e1b7f8d31e70425de494ed38 Mon Sep 17 00:00:00 2001 From: packetcat Date: Wed, 7 Dec 2022 11:03:37 -0500 Subject: [PATCH] remove poetry.packetcat.ca vhost --- ubuntu/erlking.asininetech.net.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/ubuntu/erlking.asininetech.net.yml b/ubuntu/erlking.asininetech.net.yml index 32de5e4..fa2739a 100644 --- a/ubuntu/erlking.asininetech.net.yml +++ b/ubuntu/erlking.asininetech.net.yml @@ -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