Reverse Proxy with caching
Rafa Pedroche
lists at ruby-forum.com
Wed Apr 28 11:11:55 MSD 2010
Rafa Pedroche wrote:
> Hi, I have a similar error with version 0.8.36...
>
> [emerg]: unknown directive "proxy_cache_path" in
> /usr/local/nginx/nginx.conf:33
>
> The line is the following:
>
> proxy_cache_path /var/lib/nginx/cache levels=1:2
> keys_zone=staticfilecache:180m max_size=500m;
>
> what's wrong? thank you
>
> (nginx -v --> nginx version: nginx/0.8.36)
Solved: the problem only appears if all the configuration is in the
nginx.conf. Using "include files" works ok. My mistate, I thought both
solution are equivalent.
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list