Skip to content

Commit 53f0483

Browse files
committed
- Added random PHP dummy file also to folder protection directives.
1 parent c8c13a7 commit 53f0483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/nginx_vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ server {
153153
auth_basic_user_file <tmpl_var name='htpasswd_path'>.htpasswd;
154154

155155
location ~ \.php$ {
156-
try_files @php @php;
156+
try_files <tmpl_var name='rnd_php_dummy_file'> @php;
157157
}
158158
}
159159
</tmpl_loop>

0 commit comments

Comments
 (0)