From d44486568608e50d4e8bf92e7bc4b25e60965303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Mon, 26 May 2025 11:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC=E7=9A=84?= =?UTF-8?q?=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/vhosts/airport.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nginx/vhosts/airport.conf b/nginx/vhosts/airport.conf index 65d28ec..6162d91 100644 --- a/nginx/vhosts/airport.conf +++ b/nginx/vhosts/airport.conf @@ -24,9 +24,7 @@ location /{ try_files $uri $uri/ @router; index index.html; - - # 只添加这一行来修复重定向 - proxy_redirect http://${AIRPORT_DOMAIN} https://${AIRPORT_DOMAIN_FULL}; + proxy_redirect http://${AIRPORT_DOMAIN} https://${AIRPORT_DOMAIN_FULL}; } location @router{