nginx: [emerg] unknown directive "fastcgi_cache_purge" in /etc/nginx/sites-enabled/default.conf:151 I used this repo ( debhttp://httpredir.debian.org/debianunstable main ) to install the package using apt-get . Thank you Assignees
[emerg] unknown directive "proxy_cache_purge" in /usr/local/nginx/conf/lancache/proxy-cache:35 #12 Closed nexusofdoom opened this issue Sep 15, 2017· 5 comments Closed [emerg] unknown directive "proxy_cache_purge" in /usr/local/nginx/conf/lancache/proxy-cache:35 #12 nexusofdoom...
Hi, I've just upgraded nginx on a couple of server. Everything is fine on Jessie. On Wheezy, nginx give me a: unknown directive "add_header" Here is the line from my configuration: add_header X-Request-Received $time_iso8601; The same co...
@jfromaniello It seems that you are building this ngx_headers_more module as a dynamic module to your nginx, which means that it's your responsibility now to load the ngx_headers_more module explicitly via the load_module directive in your nginx.conf file. See the relevant documentation: htt...