summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-14 23:44:14 +0200
committermh <mh@immerda.ch>2014-04-14 23:44:14 +0200
commit3b7b7a3a578a479fe3586e293676c407a39695df (patch)
tree46a694720a55885f1381bde8c09550934908dce5 /templates
parentfba5450ddae35d1744ba078fe733abd60f519aa1 (diff)
include fcgi config also on http although they might get redirected, because requests might still hit the backend plain
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/default.erb2
1 files changed, 1 insertions, 1 deletions
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 %>
</IfModule>
-<% elsif run_mode.to_s == 'fcgid' && !(ssl_mode == 'force' && vhost_part == :normal) -%>
+<% elsif run_mode.to_s == 'fcgid' -%>
<IfModule mod_fcgid.c>
SuexecUserGroup <%= run_uid+" "+run_gid %>
FcgidMaxRequestsPerProcess 5000