From 53f988fa7537c7b0d7fcbbe91b63fb83dcbab7de Mon Sep 17 00:00:00 2001 From: nihilist Date: Tue, 28 Jan 2025 09:02:36 +0100 Subject: [PATCH] fix nginx --- nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index d37337e..b5fb4fe 100644 --- a/nginx.conf +++ b/nginx.conf @@ -12,10 +12,6 @@ server { index index.php; # optional read-only static php file without the searchbar, to display all links by default : - # - #location /index.php { - # return 404; - #} # index static.php; }