emerg]: "proxy_cache_path" directive is not allowed here in /usr/local/nginx-0.7.60/conf/nginx.conf:35
XUFENG
xufengnju at sina.com
Thu Jun 18 09:46:18 MSD 2009
Hi
Nginx version:0.7.60
Nginx compiling option:
./configure --prefix=/usr/local/nginx-0.7.60
Nginx conf:
server {
listen 8080;
server_name test.example.com;
charset utf-8;
access_log logs/test.example.com-access.log main;
proxy_cache_path /tmp/cache levels=1:2 keys_zone=one:10m;
location / {
index index.php index.html index.htm;
proxy_pass http://static;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_cache one;
proxy_cache_valid 200 30d;
proxy_cache_valid any 1h;
}
}
When run /usr/local/nginx-0.7.60/sbin/nginx
it showed:
emerg]: "proxy_cache_path" directive is not allowed here in /usr/local/nginx-0.7.60/conf/nginx.conf:35
what is wrong?
--------------
XUFENG
2009-06-18
More information about the nginx
mailing list