ftimme
2012-09-04 53f04836763a7decea9d96213c19aba74c609c08
- Added random PHP dummy file also to folder protection directives.
1 files modified
2 ■■■ changed files
server/conf/nginx_vhost.conf.master 2 ●●● patch | view | raw | blame | history
server/conf/nginx_vhost.conf.master
@@ -153,7 +153,7 @@
                auth_basic_user_file <tmpl_var name='htpasswd_path'>.htpasswd;
                
                location ~ \.php$ {
                    try_files @php @php;
                    try_files <tmpl_var name='rnd_php_dummy_file'> @php;
                }
        }
</tmpl_loop>