From 0fc10315f6b4d6487c61dfa1b99e2f6215f932a0 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Thu, 28 Dec 2023 23:07:24 -0800 Subject: [PATCH] Nginx TODO --- nginx/templates/default.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/templates/default.conf.template b/nginx/templates/default.conf.template index 82f86cf..4877e6a 100644 --- a/nginx/templates/default.conf.template +++ b/nginx/templates/default.conf.template @@ -45,6 +45,7 @@ server { # Make sure to not cache tx POST requests with private key supplied # proxy_cache_methods POST; # proxy_cache_key "$request_uri|$request_body"; + # TODO: Ignore account_id for contract view calls? proxy_cache_key "$host|$request_uri$cookie_web4_account_id"; proxy_buffers 8 32k; proxy_buffer_size 64k;