server {
listen 80;
server_name 1.123.com;

#charset koi8-r;
#access_log /var/log/nginx/host.access.log main;

location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
location /1/ai/wx/ {

proxy_pass http://123.123.123.3:9039;
}
}

posted on 2019-01-14 21:03  爱技术努力学技术  阅读(123)  评论(0编辑  收藏  举报