From d5fadc56af42c850c77a475f7722a90ac48182a3 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 29 May 2021 11:54:08 +0200 Subject: [PATCH] Removed new empty line added by mistake --- config/docker/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/docker/nginx.conf b/config/docker/nginx.conf index 21276555..cee606bb 100644 --- a/config/docker/nginx.conf +++ b/config/docker/nginx.conf @@ -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 / {