3
0
mirror of https://github.com/rvalitov/zabbix-php-fpm.git synced 2023-11-05 03:30:27 +01:00
zabbix-php-fpm/ispconfig/nginx.patch

12 lines
369 B
Diff
Raw Normal View History

--- ../conf/nginx_vhost.conf.master 2020-08-05 22:13:51.469316718 +0300
+++ nginx_vhost.conf.master 2020-08-05 22:39:44.744479903 +0300
@@ -164,7 +164,7 @@
alias /usr/share/awstats/icon;
}
- location ~ \.php$ {
+ location ~ (\.php|^/php-fpm-status)$ {
try_files <tmpl_var name='rnd_php_dummy_file'> @php;
}