2017-02-24 81 views

回答

1

重写URL从网址中删除/sync/

location/{ 
      rewrite ^/sync/(.*) /$1 break; 
      proxy_pass http://localhost:8000; 
      }