From 2579a1c7d85379c816ac9d4cc36808cde3f35d54 Mon Sep 17 00:00:00 2001 From: mpavlov Date: Sun, 29 Sep 2024 02:24:42 +0300 Subject: [PATCH] auth block added (commented) --- roles/rproxy/files/repo.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +}