scripts-github-mirror/net/youtube/nginx.config.remote.example

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;
}