1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-17 19:24:44 +08:00

4 lines
108 B
Plaintext

location ~* ^/test* {
auth_basic "Authorization";
auth_basic_user_file /www/site/pass/ceshi.pass ;
}