Skip to content

Commit

Permalink
Merge pull request #8 from mtsmfm/add-settings-for-websocket
Browse files Browse the repository at this point in the history
Add settings for websocket (especially HMR)
  • Loading branch information
mtsmfm authored Dec 20, 2017
2 parents f33722b + de46917 commit 030ecff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## 1.1.0

- Add settings for websocket (especially Hot Module Replacement)
3 changes: 3 additions & 0 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ http {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";

proxy_http_version 1.1;
proxy_buffering off;

proxy_connect_timeout 365d;
proxy_send_timeout 365d;
proxy_read_timeout 365d;
Expand Down

0 comments on commit 030ecff

Please sign in to comment.