fixed typo for the domain placeholder for easier substitution

This commit is contained in:
nycterent 2021-11-07 16:07:21 +02:00
parent 1dec882dba
commit 67d830e327

View file

@ -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;
# }
#