From 9ca28330a4e1ba63d0cc5425512c7792e4c39bf6 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Sun, 23 Aug 2020 01:17:35 +0200 Subject: [PATCH] Support old files. --- old-projects/old-projects.nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old-projects/old-projects.nginx.conf b/old-projects/old-projects.nginx.conf index 4724214..a00c8e8 100644 --- a/old-projects/old-projects.nginx.conf +++ b/old-projects/old-projects.nginx.conf @@ -1,5 +1,5 @@ root /home/niels/www/metanohi-misc-subsites/old-projects; -index index.html index.php; +index index.html index.htm index.php; location ~* \.php$ { fastcgi_pass unix:/run/phpfpm/main.sock;