Changes site port

master
Abhinav Sarkar 2018-07-21 05:34:08 +00:00
parent 875c168d56
commit 8933534562
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ server {
proxy_set_header X-Real-IP $remote_addr; # pass on real client IP proxy_set_header X-Real-IP $remote_addr; # pass on real client IP
location / { location / {
proxy_pass http://site:8043; proxy_pass http://site:3000;
} }
# Block Bad Bots # Block Bad Bots