From 3b7b7a3a578a479fe3586e293676c407a39695df Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 14 Apr 2014 23:44:14 +0200 Subject: include fcgi config also on http although they might get redirected, because requests might still hit the backend plain --- templates/vhosts/default.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/vhosts/default.erb b/templates/vhosts/default.erb index 2eab3d7..e4bbd4f 100644 --- a/templates/vhosts/default.erb +++ b/templates/vhosts/default.erb @@ -16,7 +16,7 @@ vhost_parts.each do |vhost_part| -%> AssignUserId <%= run_uid+" "+run_gid %> -<% elsif run_mode.to_s == 'fcgid' && !(ssl_mode == 'force' && vhost_part == :normal) -%> +<% elsif run_mode.to_s == 'fcgid' -%> SuexecUserGroup <%= run_uid+" "+run_gid %> FcgidMaxRequestsPerProcess 5000 -- cgit v1.2.3