Update pathinfo.conf

This commit is contained in:
Mr Chen 2024-12-04 15:11:43 +08:00
parent 384419fa30
commit 5238d8f263
1 changed files with 4 additions and 1 deletions

View File

@ -5,4 +5,7 @@ if ($fastcgi_script_name ~ "^(.+?\.php)(/.+)$") {
}
fastcgi_param SCRIPT_FILENAME $document_root$real_script_name;
fastcgi_param SCRIPT_NAME $real_script_name;
fastcgi_param PATH_INFO $path_info;
fastcgi_param PATH_INFO $path_info;
#修复http3不传HOST问题
fastcgi_param HTTP_HOST $host;