add bastetrix.com.http

This commit is contained in:
staticsafe 2021-10-17 10:59:17 -04:00
parent 4059278a32
commit 6760952018
1 changed files with 9 additions and 0 deletions

View File

@ -303,6 +303,15 @@
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_pass php; fastcgi_pass php;
} }
bastetrix.com.http:
- listen *:80
- listen [::]:80
- server_name bastetrix.com
- root "/srv/www/bastetrix.com/public"
- location /.well-known/acme-challenge/ {
allow all;
}
- return 301 "https://$host$request_uri"
nginx_configs: nginx_configs:
gzip: gzip:
- gzip on - gzip on