2012年5月9日

Nginx dispatches the request to apache.

摘要: Since nginx listen the port 80, and apache can not listen on port 80. But we may still want to use 80 port to acess the app that is hosted on the apache server. We can use nginx to dispatch the request to apache....... server { listen 80; server_name 127.0.0.1; #charset koi8-r; #access_log logs/host 阅读全文

posted @ 2012-05-09 12:59 jmbkeyes 阅读(192) 评论(0) 推荐(0)

导航