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>
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.