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 - # "; - } - } }