mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-09-19 02:07:01 +08:00
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
location /path/to/youtube.php {
|
|
auth_basic "Authentication required";
|
|
auth_basic_user_file /etc/nginx/.dlpasswd;
|
|
}
|
|
|
|
location /path/to/rm.php {
|
|
auth_basic "Authentication required";
|
|
auth_basic_user_file /etc/nginx/.dlpasswd;
|
|
}
|