ftimme
2013-02-25 985857cf5fb0f30ac174ebb07dc0739db11ccbf9
- Foxed FS#2706 - Check if php-fpm uses a wrong document root in websites.
1 files modified
4 ■■■■ changed files
server/conf/vhost.conf.master 4 ●●●● patch | view | raw | blame | history
server/conf/vhost.conf.master
@@ -13,7 +13,11 @@
    <tmpl_if name='php' op='==' value='cgi'>
        DocumentRoot <tmpl_var name='web_document_root'>
    </tmpl_else>
        <tmpl_if name='php' op='==' value='php-fpm'>
        DocumentRoot <tmpl_var name='web_document_root'>
        </tmpl_else>
        DocumentRoot <tmpl_var name='web_document_root_www'>
        </tmpl_if>
    </tmpl_if>
</tmpl_if>