Update pathinfo.conf
This commit is contained in:
parent
2438717c79
commit
faffdaf535
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue