nignx: fix whitespace

This commit is contained in:
Markus 2019-12-15 23:49:34 +01:00
parent 63c3f1f461
commit 5ac2e63877
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ server {
location / { location / {
return 301 https://$host$request_uri; return 301 https://$host$request_uri;
} }
} }
server { server {