diff --git a/roles/rproxy/files/repo.conf b/roles/rproxy/files/repo.conf index d1fd6dc..9bca367 100644 --- a/roles/rproxy/files/repo.conf +++ b/roles/rproxy/files/repo.conf @@ -8,5 +8,7 @@ server { autoindex on; autoindex_exact_size off; autoindex_localtime on; + # auth_basic "Needs to auth"; + # auth_basic_user_file /etc/nginx/.htpasswd; } -} \ No newline at end of file +}