removed erroneous block

This commit is contained in:
staticsafe 2019-07-26 23:42:13 -04:00
parent 74d3a686a5
commit b7f3e9b2c2
1 changed files with 0 additions and 15 deletions

View File

@ -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