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 was 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
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?