Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I’m trying to put my directories behind a htpasswd file, but allow any user to access the files in said directory.
So far I have this
location ~ ^/files\/.*(?=\.)$ {
auth_basic "Restricted";
auth_basic_user_file /media/sdh1/home/qwertyspace/www/qwertyspace.zeus/public_html/files/.htpasswd;
autoindex on;
}
#allow retrieval of any individual image via URL without auth
location ~* \..*$ {
autoindex off;
}
Based off this: https://serverfault.com/questions/574348/how-can-i-password-protect-a-directory-with-nginx-but-not-the-files-within-the
But it still asks for a password when trying to download a file.
009fd274aeae48f2bfbda6ef568676
Cloudstream Apk
032f50ee7f7d489db3b05e204fe139
032f50ee7f7d489db3b05e204fe139
Edward Sitarski
ebeecroft
dashan
34bcef38725b4e6eb5224ae028f17e
markatango
gouskova