From 475d73e77f0b311c209f3eb04bd48e3f0f46f764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Fri, 16 May 2025 17:15:43 +0800 Subject: [PATCH] xxx --- nginx/vhosts/airport.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/vhosts/airport.conf b/nginx/vhosts/airport.conf index fba4082..aedc8b1 100644 --- a/nginx/vhosts/airport.conf +++ b/nginx/vhosts/airport.conf @@ -2,7 +2,7 @@ { listen 80; listen 443 ssl; - server_name ${AIRPORT_DOMAIN} + server_name ${AIRPORT_DOMAIN}; root /data/tuoheng_airport_web/dist; # SSL证书配置