From c730a3185eeb7325960050c6ae3a0a343b8e553c Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 16 Aug 2016 08:07:08 +0200 Subject: Add StoreNginxSettings function to store parsed nginx configuration --- include/consts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/consts') diff --git a/include/consts b/include/consts index 3cbf02f7..06be3b7b 100644 --- a/include/consts +++ b/include/consts @@ -122,12 +122,16 @@ unset LANG NGINX_DENY_FOUND=0 NGINX_ERROR_LOG_DEBUG=0 NGINX_ERROR_LOG_MISSING=0 + NGINX_EVENTS_COUNTER=0 NGINX_EXPIRES_FOUND=0 NGINX_FASTCGI_FOUND=0 NGINX_FASTCGI_PARAMS_FOUND=0 NGINX_FASTCGI_PASS_FOUND=0 + NGINX_HTTP_COUNTER=0 NGINX_LISTEN_FOUND=0 + NGINX_LOCATION_COUNTER=0 NGINX_LOCATION_FOUND=0 + NGINX_SERVER_COUNTER=0 NGINX_SSL_CIPHERS=0 NGINX_SSL_ON=0 NGINX_SSL_PREFER_SERVER_CIPHERS=0 -- cgit v1.2.3