everything
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2021-04-23 03:20:28 -04:00
parent 57b358c3aa
commit 36ad8ad16b
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ http {
index index.html;
}
location /download {
root /opt/nginx/index;
location /index {
root /opt/nginx;
autoindex on;
auth_basic "Provide credentials to access downloads";
auth_basic_user_file "/opt/nginx/.htpasswd";