|
|
@@ -56,7 +56,7 @@ server {
|
|
|
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
|
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
|
|
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
|
|
|
- #fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
|
|
|
+ fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
|
|
|
|
|
|
fastcgi_pass %backend_lsnr%;
|
|
|
include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
|
|
|
@@ -87,7 +87,7 @@ server {
|
|
|
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
|
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
|
|
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
|
|
|
- #fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
|
|
|
+ fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
|
|
|
|
|
|
fastcgi_pass %backend_lsnr%;
|
|
|
include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
|