add bastetrix.com.http
This commit is contained in:
parent
4059278a32
commit
6760952018
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user