Hello,

I install nginx as a reverse proxy. If I use
PHP Code: 
proxy_pass http://127.0.0.1:port 
, it does not work. But if I use
PHP Code: 
proxy_pass domain:port 
, it works. Even I can use browser to access
PHP Code: 
http://ip:port 
.

Could anyone explain for me?
KingOfDCP Reviewed by KingOfDCP on . Have a little confusion with Nginx config as reverse proxy Hello, I install nginx as a reverse proxy. If I use proxy_pass http://127.0.0.1:port, it does not work. But if I use proxy_pass domain:port, it works. Even I can use browser to access http://ip:port. Could anyone explain for me? Rating: 5