http8020.conf 91 B

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