diff --git a/conf/nginx.conf b/conf/nginx.conf index e522e75..2b2c03f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__/ { alias __INSTALL_DIR__/www/; # Default indexes and catch-all - index index.html index.php; + index index.php index.html; try_files $uri $uri/ __PATH__/index.php?$args =404; # Prevent useless logs