Nginx反向代理
server {
listen 80;
server_name weixin.test.com;
#server_name edumgmt.test.com;
index index.php index.html;
root /home/html/commerce/kiwi/public;
location / {
proxy_pass http://localhost:3001;
}
access_log /var/log/nginx/log/weixin/access.log;
error_log /var/log/nginx/log/weixin/error.log;
}
Nginx反向代理配置
1681

被折叠的 条评论
为什么被折叠?



