We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51d162 commit 64ec499Copy full SHA for 64ec499
1 file changed
server/conf/vhost.conf.master
@@ -3,7 +3,11 @@
3
<tmpl_if name='php' op='==' value='suphp'>
4
DocumentRoot <tmpl_var name='web_document_root'>
5
</tmpl_else>
6
+ <tmpl_if name='php' op='==' value='cgi'>
7
+ DocumentRoot <tmpl_var name='web_document_root'>
8
+ </tmpl_else>
9
DocumentRoot <tmpl_var name='web_document_root_www'>
10
+ </tmpl_if>
11
</tmpl_if>
12
13
ServerName <tmpl_var name='domain'>
@@ -106,7 +110,11 @@
106
110
107
111
108
112
113
114
115
109
116
117
118
119
120
0 commit comments