nginx how to setup nginx proxy cache ?By Oxford2021-04-070 add in http {} proxy_cache_path D:/nginx-1.18.0/cache levels=1:2 keys_zone=cache_one:500m inactive=1d max_size=30g; proxy_cache_key “$host$request_uri$cookie_user”; server {} config server { listen 80; server_name…