diff --git a/native_crumbcore_v1/nginx/crumbforest.nginx.conf b/native_crumbcore_v1/nginx/crumbforest.nginx.conf index b77d60c..ad36f4c 100644 --- a/native_crumbcore_v1/nginx/crumbforest.nginx.conf +++ b/native_crumbcore_v1/nginx/crumbforest.nginx.conf @@ -16,6 +16,10 @@ server { # Uncomment when SSL is ready: # return 301 https://$server_name$request_uri; + # Basic Auth Protection (Uncomment to enable) + # auth_basic "Restricted Access"; + # auth_basic_user_file /etc/nginx/.htpasswd; + # For now, serve directly over HTTP include /etc/nginx/sites-available/crumbforest-locations.conf; }