Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

nginx issue #3

Open
ratchetfps opened this issue Mar 25, 2016 · 1 comment
Open

nginx issue #3

ratchetfps opened this issue Mar 25, 2016 · 1 comment

Comments

@ratchetfps
Copy link

I'm trying to use this with Ubuntu 14.04

nginx installs fine and I am able to start the nginx service, but after I pull your repo and attempt to restart i receive a [fail] message. When I run 'sudo nginx -t' i receive the following error:

nginx: [emerg] accept filters "accept_filter=httpready" are not supported on this platform, ignored in /etc/nginx/vhosts/lancache-single.conf;9
ngingx: [emerg] unknown directive "proxy_cache_revalidate" in /etc/nginx/lancache/proxy-cache:19
nginx: configuration file /etc/nginx/nginx.conf test failed

any thoughts?

@Stealthii
Copy link

  • the accept_filter variable is only supported on FreeBSD or NetBSD. This should not be set on Linux.
  • The directive proxy_cache_revalidate first appeared in Nginx 1.5.7 - it is likely you are running version 1.4.6 from the Ubuntu repositories. You should run v1.6.0+ to support this feature (v1.10 is now available from the official Nginx repositories)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants