ftimme
2012-06-14 e68cd24e02b242a53c179dcfacc59ff3c18ec7f3
- Changed try_files for PHP files.
1 files modified
4 ■■■■ changed files
server/conf/nginx_vhost.conf.master 4 ●●●● patch | view | raw | blame | history
server/conf/nginx_vhost.conf.master
@@ -106,7 +106,7 @@
        }
        location ~ \.php$ {
            try_files /non_existing_file.htm @php;
            try_files @php @php;
        }
<tmpl_if name='php' op='==' value='php-fpm'>
@@ -153,7 +153,7 @@
                auth_basic_user_file <tmpl_var name='htpasswd_path'>.htpasswd;
                
                location ~ \.php$ {
                    try_files /non_existing_file.htm @php;
                    try_files @php @php;
                }
        }
</tmpl_loop>