From 6446be3a2f9f26c230122f6b3522c4a8dc926225 Mon Sep 17 00:00:00 2001 From: anfu Date: Fri, 13 Sep 2024 10:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9nginx=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default.conf b/default.conf index eccbd5c..e1f0e03 100644 --- a/default.conf +++ b/default.conf @@ -4,6 +4,7 @@ server { listen 80; server_name localhost; + port_in_redirect off; root /var/www/html/public; index index.php index.html index.htm index.nginx-debian.html;