diff --git a/net/youtube/nginx.config.remote.example b/net/youtube/nginx.config.remote.example new file mode 100644 index 0000000..a7f3f2e --- /dev/null +++ b/net/youtube/nginx.config.remote.example @@ -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; +}