Skip to content

Commit

Permalink
Merge commit '6b6d7d89fd805c52c42c1a02eafe7786726b9d6b' into develop
Browse files Browse the repository at this point in the history
* commit '6b6d7d89fd805c52c42c1a02eafe7786726b9d6b':
  add fastcgi_keep_conn on
  • Loading branch information
themightychris committed Dec 31, 2017
2 parents fc64255 + 6b6d7d8 commit 02a34c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel-lib/services/nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ exports.NginxService.prototype.makeConfig = function() {

' location / {',
' include '+me.options.miscConfigDir+'/fastcgi_params;',
' fastcgi_keep_conn on;',
' fastcgi_param HTTPS $php_https;',
' fastcgi_pass '+phpSocketPath+';',
' fastcgi_param PATH_INFO $fastcgi_script_name;',
Expand Down

0 comments on commit 02a34c7

Please sign in to comment.