Skip to content

Commit

Permalink
update shared memory size, proxy buffering off
Browse files Browse the repository at this point in the history
  • Loading branch information
jredbeard committed Jun 2, 2017
1 parent 68aadb4 commit 2b15cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/fullnode.config.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set larger shared-file-size than default
shared-file-size = 48G
shared-file-size = 54G

# Set an API to be publicly available, may be specified multiple times
public-api = database_api login_api account_by_key_api network_broadcast_api tag_api follow_api market_history_api raw_block_api
Expand Down
1 change: 1 addition & 0 deletions contrib/healthcheck.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_http_version 1.1;
proxy_buffering off;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
add_header 'Access-Control-Allow-Origin' '*';
Expand Down

0 comments on commit 2b15cfa

Please sign in to comment.