remove wiki.bastetrix.org vhost
This commit is contained in:
parent
479116b326
commit
634ccb19b6
|
@ -186,30 +186,6 @@
|
|||
- ssl_certificate_key "/etc/ssl/letsencrypt/ultonomy.com.pem"
|
||||
- include snippets/sslstapling_hsts.conf
|
||||
- include snippets/wp_with_supercache.conf
|
||||
wiki.bastetrix.org.http:
|
||||
- listen *:80
|
||||
- listen [::]:80
|
||||
- server_name wiki.bastetrix.org
|
||||
- root "/srv/www/wiki.bastetrix.org"
|
||||
- location /.well-known/acme-challenge/ {
|
||||
allow all;
|
||||
}
|
||||
- return 301 "https://$host$request_uri"
|
||||
wiki.bastetrix.org.https:
|
||||
- listen *:443 ssl http2
|
||||
- listen [::]:443 ssl http2
|
||||
- server_name wiki.bastetrix.org
|
||||
- root "/srv/www/wiki.bastetrix.org"
|
||||
- index index.php
|
||||
- access_log "/var/log/nginx/wiki.bastetrix.org.access.log"
|
||||
- error_log "/var/log/nginx/wiki.bastetrix.org.error.log"
|
||||
- ssl_certificate "/etc/ssl/letsencrypt/wiki.bastetrix.org.crt"
|
||||
- ssl_certificate_key "/etc/ssl/letsencrypt/wiki.bastetrix.org.pem"
|
||||
- include snippets/sslstapling_hsts.conf
|
||||
- location ~ /(data|conf|bin|inc)/ {
|
||||
deny all;
|
||||
}
|
||||
- include snippets/php_standard.conf
|
||||
miniflux.packetcat.ca.http:
|
||||
- listen *:80
|
||||
- listen [::]:80
|
||||
|
|
Loading…
Reference in New Issue