[update] ss_whitelist nginx 添加 IPV6 监听

pull/411/head
wulabing 2022-06-16 22:58:43 +08:00
parent 2a07d5db96
commit 9fad566653
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ http {
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
server{ server{
listen 80; listen [::]:80;
location / { location / {
auth_basic ""; auth_basic "";
auth_basic_user_file /etc/openresty/auth; auth_basic_user_file /etc/openresty/auth;