链接里面是nginx的文档,按照nginx的文档写就好
举个例子:
server {
listen 80;
listen [::]:80;
server_name xxx;
root /yyy/xxx;
index index.html;
location / {
proxy_pass
http://xxx/; ...
}
}
【 在 qianfeng018 的大作中提到: 】
: 填在何处?
: root proxy_pass ip1:port1?
: 理论上说不通啊
: ...................
--
FROM 103.117.19.*