mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-12-12 23:49:18 +08:00
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
location ~* ^/test* {
|
|
auth_basic "Authorization";
|
|
auth_basic_user_file /www/site/pass/ceshi.pass ;
|
|
} |