Skip to content

Commit 6db0a3f

Browse files
committed
Add a link to the correct config-file
1 parent a3d2762 commit 6db0a3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python/nav/django/settings.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,12 @@
253253
'nav.web.info.searchproviders.UnrecognizedNeighborSearchProvider',
254254
]
255255

256-
# Web security options supported by Django
256+
## Web security options supported by Django
257257
# * https://docs.djangoproject.com/en/3.2/ref/middleware/#module-django.middleware.security
258258
# * https://docs.djangoproject.com/en/3.2/topics/http/sessions/
259259
# * https://docs.djangoproject.com/en/3.2/ref/clickjacking/
260-
# Example conf:
260+
#
261+
# Configured in etc/webfront/webfront.conf:
261262
# [security]
262263
# needs_tls = yes
263264

0 commit comments

Comments
 (0)