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;
}
}
爱技术就是不爱学技术,但为了完成新的工作任务,又不得不去学新技术,但非自愿!