mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
featherwiki: Disable caching to avoid 412 errors
Synchronize the Apache server configuration with TiddlyWiki. Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> [sunil: Drop no-cache and must-revalidate directives as they are redundant] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
98d4327c49
commit
3798e519d4
@ -9,6 +9,11 @@ Alias /featherwiki /var/lib/featherwiki
|
||||
<IfModule mod_auth_pubtkt.c>
|
||||
TKTAuthToken "admin" "wiki"
|
||||
</IfModule>
|
||||
|
||||
# Disable caching
|
||||
<IfModule mod_headers.c>
|
||||
Header set Cache-Control "no-store"
|
||||
</IfModule>
|
||||
</Location>
|
||||
|
||||
<Directory /var/lib/featherwiki>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user