From a1413e5f78cba794c9f8e34ab3e4db7c62a189a0 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 1 Feb 2021 02:40:21 -0500 Subject: [PATCH] fix --- nginx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.in b/nginx.in index b78ea9d..b514a82 100644 --- a/nginx.in +++ b/nginx.in @@ -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;