From 3662db7e8e983ae3fa714687cd8372590f4ae12f Mon Sep 17 00:00:00 2001 From: packetcat Date: Thu, 23 Mar 2023 20:43:23 -0400 Subject: [PATCH] remove asininetech.com vhosts --- ubuntu/erlking.silvestris.systems.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ubuntu/erlking.silvestris.systems.yml b/ubuntu/erlking.silvestris.systems.yml index fcf71ef..b2fe512 100644 --- a/ubuntu/erlking.silvestris.systems.yml +++ b/ubuntu/erlking.silvestris.systems.yml @@ -10,20 +10,6 @@ - sendfile "on" - server_names_hash_bucket_size 512 nginx_sites: - asininetech.com.http: - - listen *:80 - - listen [::]:80 - - server_name asininetech.com - - return 301 "https://nullrouted.space$request_uri" - asininetech.com.https: - - listen *:443 ssl http2 - - listen [::]:443 ssl http2 - - server_name asininetech.com - - access_log "/var/log/nginx/asininetech.com.access.log" - - error_log "/var/log/nginx/asininetech.com.error.log" - - ssl_certificate "/etc/ssl/letsencrypt/asininetech.com.crt" - - ssl_certificate_key "/etc/ssl/letsencrypt/asininetech.com.pem" - - return 301 "https://nullrouted.space$request_uri" nullrouted.space.http: - listen *:80 - listen [::]:80