repository #12

Merged
mpavlov merged 4 commits from repository into dev 2024-09-29 02:26:05 +03:00
4 changed files with 50 additions and 8 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;
} }
} }