Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
53f04836
Commit
53f04836
authored
Sep 04, 2012
by
Falko Timme
Browse files
- Added random PHP dummy file also to folder protection directives.
parent
c8c13a72
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/nginx_vhost.conf.master
View file @
53f04836
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment