From 42d6a4d658d455cb646f2b50f8fbb1a56d0f0468 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 1 Aug 2021 20:56:30 -0500 Subject: [PATCH] Revert "Add phpLDAPadmin config" This reverts commit 256fadb9eb27a0aed6c1e3ae003f1d0304bad123. --- local.conf => zabbix.conf | 27 --------------------------- 1 file changed, 27 deletions(-) rename local.conf => zabbix.conf (58%) diff --git a/local.conf b/zabbix.conf similarity index 58% rename from local.conf rename to zabbix.conf index fd45cc2..6edee79 100644 --- a/local.conf +++ b/zabbix.conf @@ -41,31 +41,4 @@ server { expires 33d; } } - - location /phpldapadmin { - alias /usr/share/webapps/phpldapadmin; - index index.php; - - location ~ \.php$ { - if (!-f $request_filename) { - return 404; - } - expires epoch; - include /etc/nginx/fastcgi_params; - fastcgi_param SCRIPT_FILENAME $request_filename; - fastcgi_intercept_errors on; - - fastcgi_read_timeout 120s; - fastcgi_send_timeout 120s; - - fastcgi_index index.php; - fastcgi_pass unix:/run/php-fpm/php-fpm.sock; - - # fastcgi_param PHP_VALUE " - # max_execution_time=300 - # max_input_time=300 - # post_max_size=16M - # "; - } - } }