Create nginx.config.remote.example
This commit is contained in:
parent
ea32d32e22
commit
23b191343e
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue