2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 09:17:18 +08:00

fix: Nginx QUIC 下 PHP Host 头为空

This commit is contained in:
2026-02-04 19:04:44 +08:00
parent 4b26e190f5
commit 5fc8fb1c1f

View File

@@ -847,6 +847,7 @@ location ~ \.php$ {
try_files $uri =404;
fastcgi_pass unix:/tmp/php-cgi-%d.sock;
fastcgi_index index.php;
fastcgi_param HTTP_HOST $host;
include fastcgi.conf;
include pathinfo.conf;
}