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;