mirror of
https://github.com/rvalitov/zabbix-php-fpm.git
synced 2023-11-05 03:30:27 +01:00
ad08d1c11f
[add] patch and nginx config for ISPConfig
12 lines
369 B
Diff
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;
|
|
}
|
|
|