Fixed cache path typo
This commit is contained in:
parent
22ca78e219
commit
cff9085aae
|
@ -4,7 +4,7 @@ limit_conn_zone $binary_remote_addr zone=downloads_by_ip:10m;
|
|||
limit_req_status 429;
|
||||
limit_conn_status 429;
|
||||
|
||||
proxy_cache_path /temp/nginx keys_zone=skynet:10m inactive=1d;
|
||||
proxy_cache_path /tmp/nginx keys_zone=skynet:10m inactive=1d;
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
|
|
Reference in New Issue