You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: