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{