Skip to content

Instantly share code, notes, and snippets.

@robertabcd
Created October 25, 2017 05:39
Show Gist options
  • Save robertabcd/d544dbee34e6381283d7f34abb3f6589 to your computer and use it in GitHub Desktop.
Save robertabcd/d544dbee34e6381283d7f34abb3f6589 to your computer and use it in GitHub Desktop.
ws.ptt.cc dev proxy
location /ptt {
proxy_pass https://ws.ptt.cc/bbs;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Origin "app://pcman";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment