Skip to content

Commit

Permalink
Nginx TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Dec 29, 2023
1 parent e63851f commit 0fc1031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0fc1031

Please sign in to comment.