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
Ramil Valitov ad08d1c11f
Feature/nginx ispconfig (#51)
[add] patch and nginx config for ISPConfig
2020-08-05 23:38:54 +03:00

12 lines
369 B
Diff

--- ../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;
}