From 67d830e327a7a16709b7be8f3a5760ac06fdc1e0 Mon Sep 17 00:00:00 2001 From: nycterent Date: Sun, 7 Nov 2021 16:07:21 +0200 Subject: [PATCH] fixed typo for the domain placeholder for easier substitution --- nginx/production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/production b/nginx/production index 3c8b2ea7d..8a13413a6 100644 --- a/nginx/production +++ b/nginx/production @@ -27,7 +27,7 @@ server { # # client_max_body_size 3M; # -# if ($host != "you-domain.com") { +# if ($host != "your-domain.com") { # return 301 $scheme://your-domain.com$request_uri; # } #