From 005e2af497835a3e82b0e217c16f903d6dd73c8f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Jan 2025 15:20:04 +0000 Subject: [PATCH] correction to default.conf --- nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;