auth block added (commented)

This commit is contained in:
mpavlov
2024-09-29 02:24:42 +03:00
parent 7b32b19b2a
commit 2579a1c7d8

View File

@@ -8,5 +8,7 @@ server {
autoindex on; autoindex on;
autoindex_exact_size off; autoindex_exact_size off;
autoindex_localtime on; autoindex_localtime on;
# auth_basic "Needs to auth";
# auth_basic_user_file /etc/nginx/.htpasswd;
} }
} }