Skip to content

Commit

Permalink
chore: renamed nginx docker config file
Browse files Browse the repository at this point in the history
Also changed gitignore file accordingly
  • Loading branch information
brecke committed Jul 26, 2019
1 parent 19cb495 commit 35f5542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dump.rdb

nginx/nginx.*
!nginx/nginx.conf
!nginx/nginx.docker.conf

node_modules

Expand Down
4 changes: 2 additions & 2 deletions nginx/nginx.conf.docker → nginx/nginx.docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,8 @@ http {
}

location /zappa/socket/__local/ {
rewrite (.*) $1 break;
# rewrite ^/ethercalc/0(.*)$ $1 break;
# rewrite (.*) $1 break;
rewrite ^/ethercalc/0(.*)$ $1 break;

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down

1 comment on commit 35f5542

@datreeio
Copy link

@datreeio datreeio bot commented on 35f5542 Jul 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Rules (5 / 5) Passed

👑 Good job! this pull request is aligned with your organization's best practices!

👉 You can review your rules settings at smart policy management 👈

👉 click here to view a full list of the events 👈

Please sign in to comment.