Home > Backend Development > PHP Tutorial > nginx reverse proxy

nginx reverse proxy

WBOY
Release: 2016-07-29 09:07:25
Original
1083 people have browsed it

Modify nginx.conf configuration file
server {
listen 801;
server_name localhost;
access_log on;
location / {
proxy_pass http://192.168.32.122:80;

<code>    }
}
</code>
Copy after login

Listen to port 801 and proxy to port 80 of 122

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above has introduced the nginx reverse proxy, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template