diff --git a/etc/nginx/sites-available/mnml.gg.STAGING.SAMPLE.nginx.conf b/etc/nginx/sites-available/mnml.gg.STAGING.SAMPLE.nginx.conf index 8383b79d..bed6a99e 100644 --- a/etc/nginx/sites-available/mnml.gg.STAGING.SAMPLE.nginx.conf +++ b/etc/nginx/sites-available/mnml.gg.STAGING.SAMPLE.nginx.conf @@ -15,6 +15,9 @@ map $http_upgrade $connection_upgrade { server { server_name sixtysix.pro; + auth_basic "who dis"; + auth_basic_user_file /etc/mnml/htpasswd.users; + location / { root /var/lib/mnml/public/current; index index.html;