Skip to content
Snippets Groups Projects
Commit 28c5c7d7 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

fixup! archwiki: Do page view caching[1] in nginx for improved performance

parent 3df60fd3
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,9 @@ server {
include fastcgi.conf;
{{ self.wiki_cache() }}
# https://www.mediawiki.org/w/index.php?title=Manual:Varnish_caching&oldid=6230975#Configuring_Varnish
fastcgi_cache_bypass $http_authorization $cookie_archwiki_session $cookie_archwikiToken;
fastcgi_no_cache $http_authorization $cookie_archwiki_session $cookie_archwikiToken;
limit_req zone=archwikilimit burst=10 nodelay;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment