mirror of https://github.com/wulabing/Xray_onekey
[update] ss_whitelist nginx 添加 IPV6 监听
parent
2a07d5db96
commit
9fad566653
|
@ -81,7 +81,7 @@ http {
|
|||
error_page 500 502 503 504 /50x.html;
|
||||
|
||||
server{
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
location / {
|
||||
auth_basic "";
|
||||
auth_basic_user_file /etc/openresty/auth;
|
||||
|
|
Loading…
Reference in New Issue