mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-08-08 16:07:21 +08:00
Create nginx.config.remote.example
This commit is contained in:
9
net/youtube/nginx.config.remote.example
Normal file
9
net/youtube/nginx.config.remote.example
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user