http8007.conf 93 B

123456789
  1. server {
  2. listen 8007;
  3. charset utf-8;
  4. location ^~ / {
  5. proxy_pass http://exchange;
  6. }
  7. }