File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
deb/templates/web/nginx/php-fpm
rpm/templates/web/nginx/php-fpm Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ server {
5656 fastcgi_split_path_info ^(.+\.php)(/.*)$;
5757 fastcgi_param PATH_INFO $fastcgi_path_info;
5858 fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
59- # fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
59+ fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
6060
6161 fastcgi_pass %backend_lsnr%;
6262 include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
@@ -87,7 +87,7 @@ server {
8787 fastcgi_split_path_info ^(.+\.php)(/.*)$;
8888 fastcgi_param PATH_INFO $fastcgi_path_info;
8989 fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
90- # fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
90+ fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
9191
9292 fastcgi_pass %backend_lsnr%;
9393 include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ server {
5656 fastcgi_split_path_info ^(.+\.php)(/.*)$;
5757 fastcgi_param PATH_INFO $fastcgi_path_info;
5858 fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
59- # fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
59+ fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
6060
6161 fastcgi_pass %backend_lsnr%;
6262 include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
@@ -87,7 +87,7 @@ server {
8787 fastcgi_split_path_info ^(.+\.php)(/.*)$;
8888 fastcgi_param PATH_INFO $fastcgi_path_info;
8989 fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
90- # fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
90+ fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
9191
9292 fastcgi_pass %backend_lsnr%;
9393 include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
You can’t perform that action at this time.
0 commit comments