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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user