From d7149e26940061a30f523701dd499f2da30d9476 Mon Sep 17 00:00:00 2001 From: Hanne Moa Date: Thu, 29 Feb 2024 07:50:25 +0100 Subject: [PATCH] Add a link to the correct config-file --- python/nav/django/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/nav/django/settings.py b/python/nav/django/settings.py index 54a896f172..dfd3e33251 100644 --- a/python/nav/django/settings.py +++ b/python/nav/django/settings.py @@ -253,11 +253,12 @@ 'nav.web.info.searchproviders.UnrecognizedNeighborSearchProvider', ] -# Web security options supported by Django +## Web security options supported by Django # * https://docs.djangoproject.com/en/3.2/ref/middleware/#module-django.middleware.security # * https://docs.djangoproject.com/en/3.2/topics/http/sessions/ # * https://docs.djangoproject.com/en/3.2/ref/clickjacking/ -# Example conf: +# +# Configured in etc/webfront/webfront.conf: # [security] # needs_tls = yes