logs update

This commit is contained in:
2025-12-24 20:05:29 +01:00
parent 0d3c1edf9e
commit fd47648ff4

View File

@@ -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;
}