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
1 changed files with 1 additions and 1 deletions

View File

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