Skip to content

Instantly share code, notes, and snippets.

@mengskysama
Last active April 13, 2018 09:14
Show Gist options
  • Save mengskysama/4cac855ffbfed5ad245ab5958974cd61 to your computer and use it in GitHub Desktop.
Save mengskysama/4cac855ffbfed5ad245ab5958974cd61 to your computer and use it in GitHub Desktop.
https upstream
server {
resolver 114.114.114.114;
listen 8989;
location ^~ / {
proxy_ssl_verify off;
proxy_pass https://api.weixin.qq.com;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment