listen 80 ; access_log /var/log/nginx/ statistics_cwtc_access.log; client_max_body_size 4G; fastcgi_buffers 64 8K; client_body_buffer_size 1024k; keepalive_timeout 5 ; client_body_timeout 15 ; client_header_timeout 15 ; send_timeout 15 ; sendfile on; tcp_nopush on; tcp_nodelay on; location ~ ^/(docs|uploads|service|bms_backend|manage|system|accounts| wechat) { include uwsgi_params; uwsgi_pass uwsgi: //127.0.0.1:18567 ; proxy_set_header Host $host; proxy_set_header X -Real- IP $remote_addr; proxy_set_header X -Forwarded- For $proxy_add_x_forwarded_for; location /bms-api/ { rewrite ^/bms-api/(.*) /$1 break ; include uwsgi_params; uwsgi_pass uwsgi: //127.0.0.1:18567 ; proxy_set_header Host $host; proxy_set_header X -Real- IP $remote_addr; proxy_set_header X -Forwarded- For $proxy_add_x_forwarded_for; location ~ ^/dashboard(/.* ) { root /srv/lr-guomao/guomao_fe/ dist; try_files $ 1 /index.html =404 ; location ~ ^/wx(/.* ) { root /srv/lr-guomao/guomao_fe/ dist; try_files $ 1 /index.html =404 ; location / { # rewrite ^/$ http://www.baidu.com redirect; # include uwsgi_params; # uwsgi_pass uwsgi://127.0.0.1:18567; proxy_set_header Host $host; proxy_set_header X -Real- IP $remote_addr; proxy_set_header X -Forwarded- For $proxy_add_x_forwarded_for; proxy_pass http: //172.16.35.253:8080 ; View Code

I can feel you forgetting me。。 有一种默契叫做我不理你,你就不理我