Removed new empty line added by mistake

This commit is contained in:
Alejandro Celaya 2021-05-29 11:54:08 +02:00
parent bbc3342c00
commit d5fadc56af

View file

@ -29,7 +29,6 @@ server {
location ~* .+\.(css|js|html|png|jpe?g|gif|bmp|ico|json|csv|otf|eot|svg|svgz|ttf|woff|woff2|ijmap|pdf|tif|map) {
try_files $uri $uri/ =404;
}
# When requesting a path without extension, try it, and return the index if not found
# This allows HTML5 history paths to be handled by the client application
location / {