From fd47648ff4055034c98d17c76d94c20e63ee55a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=BCmel=20Branko?= Date: Wed, 24 Dec 2025 20:05:29 +0100 Subject: [PATCH] logs update --- native_crumbcore_v1/nginx/crumbforest.nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) 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; }