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 added an htpasswd.txt to sites-avaiable/default to protect my site:
server {
auth_basic "closed site";
auth_basic_user_file /tmp/.htpasswd.txt;
listen 81 default_server;
listen [::]:80 default_server ipv6only=on;
root /var/www/path/to/root
index index.html index.htm;
server_name ipaddress;
Now that i’m trying to remove it, I can’t get rid of a .htpasswd protection I set up previously. I’ve tried everything from creating .htaccess in the root of my site with satisfy any like this post suggests and this, to deleting the reference to htpasswd.txt from my sites-available/default file, to reinstalling nginx. I can’t find where this htpasswd file is being referenced somewhere from because nothing seems to get rid of it. Lastly I tried deleted the htpasswd.txt file and that just broke the login.
I want the whole site to be available with no htpasswd.
I also did a grep search to find out if the htpasswd file is being called for and it’s no where to be found. What can I do?
c21c0b00bb284130a0d0cd3b7bdab4
IsaacMvd
Leon Junior
hashembarret@gmail.com
JetForMe
24608ead89f046a8abab394f968f2c
Philipp Mayerhofer
enews
Brian Magnosi
jairunet
Nikolas Jakson