http8007.conf 147 B

12345678910
  1. server {
  2. listen 8007;
  3. charset utf-8;
  4. location ^~ / {
  5. proxy_pass http://exchange;
  6. #proxy_pass https://www.exam-cloud.cn/api/exchange;
  7. }
  8. }