Skip to content
Discussion options

You must be logged in to vote

hi all it is working now. It's my nginx config issue.

before:
location / { proxy_pass http://127.0.0.1:3000; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; }

after edited:

location / { proxy_pass http://localhost:3000; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; }

not sure why I have to change 127.0.0.1 to localhost in order to work. Thanks for the help

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@accountunavaible
Comment options

Comment options

You must be logged in to vote
1 reply
@accountunavaible
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by accountunavaible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants