removed erroneous whitespace

This commit is contained in:
tim 2022-02-05 09:01:24 -05:00
parent 26e0f1f33b
commit c79a37b99a
1 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ server {
ssl_session_cache shared:TLS:2m;
# Everything is a 404
location / {
return 404;
# Everything is a 404
location / {
return 404;
}
}