9951 explained code solutions for 126 technologies


nginxHow to disable data caching in Nginx


server {
  location / {
    # proxy_cache my_cache;
    proxy_pass http://backend;
  }
}ctrl + c
server {

virtual server configuration block

proxy_cache my_cache

remove or connect this directive to disable upstream caching