mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +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 ;
|
||
|
}
|