mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-11 07:55:59 +08:00
4 lines
No EOL
108 B
Text
4 lines
No EOL
108 B
Text
location ~* ^/test* {
|
|
auth_basic "Authorization";
|
|
auth_basic_user_file /www/site/pass/ceshi.pass ;
|
|
} |