Update nginx.default.site

This commit is contained in:
phahulin 2017-11-10 19:15:05 +03:00 committed by GitHub
parent 33f76b4cd8
commit 888fe1ddc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ server {
server_name _;
location / {
proxy_set_header Host $host;
proxy_set_header Host localhost:8545;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Content-Type application/json;
add_header Access-Control-Allow-Origin "*";