diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 06a9941..f1d6ccb 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -1,5 +1,5 @@ server { - index index.php index.html index.htm; + index routes.php; listen 80; listen [::]:80; root /app;