1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 16:29:17 +08:00
1Panel/agent/cmd/server/nginx_conf/path_auth.conf

4 lines
108 B
Plaintext

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