Welcome! Log In Create A New Profile

Advanced

0.8.53 и игнорирование proxy_cache_path

Anton Bessonov
April 08, 2011 09:20PM
Доброе утро!

На уровне http имею:

proxy_cache_path /home/test/tmp/proxy_cache_path levels=1:2
keys_zone=test_cache:1000m inactive=30d;
proxy_temp_path /home/test/tmp/proxy_temp_path 1 2;

ну и:

server {
listen 127.0.0.1:6008;
location / {
proxy_cache test_cache;
proxy_cache_key "test$request_uri";
proxy_cache_valid 200 30d;
proxy_pass http://127.0.0.1:6009;
}
}

но почему-то энджин всё равно рвётся в:

/usr/local/nginx/proxy_temp/5/00/0000000005

Я что-то забыл/не знаю?

С уважением,

Антон

_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://nginx.org/mailman/listinfo/nginx-ru
Subject Author Posted

0.8.53 и игнорирование proxy_cache_path

Anton Bessonov April 08, 2011 09:20PM

Re: 0.8.53 и игнорирование proxy_cache_path

Alexander Petrovsky April 09, 2011 01:46AM

Re: 0.8.53 и игнорирование proxy_cache_path

Anton Bessonov April 10, 2011 04:50PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 195
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready