removed erroneous block
This commit is contained in:
parent
74d3a686a5
commit
b7f3e9b2c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user