This commit is contained in:
quackerd 2021-02-01 02:40:21 -05:00
parent 43f5e6353d
commit a1413e5f78
Signed by: d
GPG Key ID: F73412644EDE357A

View File

@ -8,7 +8,7 @@ server {
server_name {{subdomain}}.{{domain}}; server_name {{subdomain}}.{{domain}};
if ($external) { if ($external) {
return 301 https://$host$request_uri return 301 https://$host$request_uri;
} }
root /config/www; root /config/www;