Skip to content
Snippets Groups Projects
Commit 53f04836 authored by Falko Timme's avatar Falko Timme
Browse files

- Added random PHP dummy file also to folder protection directives.

parent c8c13a72
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ server {
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment