- server {
- listen 80;
- server_name yuying-api.xutongbao.top;
-
- #配置根目录
- location / {
- proxy_pass http://127.0.0.1:85;
- }
- access_log logs/access_yuyingapi.log;
- error_log logs/access_yuyingapi.log;
- }
