From 0760fcd36c07c1433cfaf3523fc96e350534c7a2 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 24 Jun 2024 17:41:01 +0200 Subject: [PATCH] Update nginx.conf --- nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 4eec0e4..ae06241 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,7 +7,6 @@ http { root /var/www/html; location / { - try_files $uri $uri/ $uri.html =404; } location /img {