- Open the BT Panel: Website > Reverse Proxy > Website Settings > Configuration File > Custom Configuration File, and add the code to disable caching.
# Disable proxy caching: proxy_cache off; proxy_no_cache 1; proxy_cache_bypass 1;
- .NET project
- Reverse proxy