10 lines
425 B
Plaintext
10 lines
425 B
Plaintext
|
proxy_cache_path /srv/playemulator/cache levels=1:2 keys_zone=default_cache:10m max_size=2g
|
||
|
inactive=120m use_temp_path=off;
|
||
|
proxy_cache_key "$scheme$request_method$host$request_uri";
|
||
|
proxy_cache_valid 200 302 129600m;
|
||
|
|
||
|
#proxy_cache_methods GET HEAD POST;
|
||
|
|
||
|
log_format steamcache-local '$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" LOCAL';
|
||
|
|