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.

Hello - I am attempting to apply basic HTML authentication to a subfolder on my site. I followed the tutorial - https://www.digitalocean.com/community/tutorials/how-to-set-up-http-authentication-with-nginx-on-ubuntu-12-10 and am able to:
location / {
try_files $uri/index.html $uri.html $uri @app;
auth_basic "Restricted";
auth_basic_user_file /var/www/pepperslice/current/public/ps/jeffaltman/.htpasswd;
}
However, my results are as follows:
Any ideas for how I can 1) password protect the subfolder pepperslice.com/ps/jeffaltman and 2) why the paths are lost?
I would also like to use different username and password combinations for other subfolders.
Thanks,
Jeff
009fd274aeae48f2bfbda6ef568676
Cloudstream Apk
Ruz
Ruz
Edward Sitarski
ebeecroft
dashan
34bcef38725b4e6eb5224ae028f17e
markatango
gouskova