Hello, I want to add below lines in nginx config:
Edit:
http {
####### For Proxy Cache.
proxy_cache_path /usr/share/nginx/cache levels=1:2 keys_zone=srs_cache:8m max_size=1000m inactive=600m;
proxy_temp_path /usr/share/nginx/cache/tmp;
Can you please tell me here should I change path of /usr/share/nginx/cache ? If yes then what will be the right path and codes for these lines.