From b7f3e9b2c2cdff2800f8da62f5398f56f999cb7e Mon Sep 17 00:00:00 2001 From: staticsafe Date: Fri, 26 Jul 2019 23:42:13 -0400 Subject: [PATCH] removed erroneous block --- ubuntu/webserver1.asininetech.com.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/ubuntu/webserver1.asininetech.com.yml b/ubuntu/webserver1.asininetech.com.yml index d06389d..856814f 100644 --- a/ubuntu/webserver1.asininetech.com.yml +++ b/ubuntu/webserver1.asininetech.com.yml @@ -59,21 +59,6 @@ - ssl_stapling on - resolver [::1] valid=300s - add_header Strict-Transport-Security max-age=31536000 - aurigaplatform.pw.http: - - listen *:80 - - listen [::]:80 - - server_name aurigaplatform.pw - - index index.php index.html - - root "/srv/www/aurigaplatform.pw" - - access_log "/var/log/nginx/aurigaplatform.pw.access.log" - - error_log "/var/log/nginx/aurigaplatform.pw.error.log" - - client_max_body_size 10M - - location /.well-known/acme-challenge/ { - allow all; - } - - location / { - return 301 https://$host$request_uri; - } entropynet.net.http: - listen *:80 - listen [::]:80