We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19c2ea commit e68cd24Copy full SHA for e68cd24
server/conf/nginx_vhost.conf.master
@@ -106,7 +106,7 @@ server {
106
}
107
108
location ~ \.php$ {
109
- try_files /non_existing_file.htm @php;
+ try_files @php @php;
110
111
112
<tmpl_if name='php' op='==' value='php-fpm'>
@@ -153,7 +153,7 @@ server {
153
auth_basic_user_file <tmpl_var name='htpasswd_path'>.htpasswd;
154
155
156
157
158
159
</tmpl_loop>
0 commit comments