We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location / { proxy_pass http://127.0.0.1:8443; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; }
使用nginx监听443,并且配置好了证书 sniproxy.conf修改listener listener 127.0.0.1:8443 { proto tls access_log { filename /var/log/sniproxy/https_access.log priority notice } } status nginx和sniproxy都正常。但是无法使用(指解锁鸡更改了DNS,奈飞等被劫持的网址全部无法访问,网络错误) 有方案吗?大佬。
The text was updated successfully, but these errors were encountered:
nginx修改的是/etc/nginx/nginx.conf
Sorry, something went wrong.
改成nsiproxy前置了,完美解决。
No branches or pull requests
使用nginx监听443,并且配置好了证书
sniproxy.conf修改listener
listener 127.0.0.1:8443 {
proto tls
access_log {
filename /var/log/sniproxy/https_access.log
priority notice
}
}
status nginx和sniproxy都正常。但是无法使用(指解锁鸡更改了DNS,奈飞等被劫持的网址全部无法访问,网络错误)
有方案吗?大佬。
The text was updated successfully, but these errors were encountered: