dev #13

Merged
mpavlov merged 5 commits from dev into master 2024-09-29 02:27:12 +03:00
3 changed files with 28 additions and 1 deletions
Showing only changes of commit 2579a1c7d8 - Show all commits

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;
} }
} }