server { listen 80; server_name domain.com; location ^~ /test/ { auth_basic off; allow all; } auth_basic "登录"; auth_basic_user_file /path/aut

- 阅读全文 -