nginx: cleanup whitespace

This commit is contained in:
Markus 2019-03-07 15:05:38 +01:00
parent c116891c4c
commit 5ee1e577be

View File

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