From f32aa834fc5199197b17f311cb4a0644c8fb9509 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 14 Aug 2021 20:32:48 +0200 Subject: [PATCH] Default commit message, part of an automated flow. --- nginx caching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx caching.md b/nginx caching.md index 5b3b3e940..61e18b5d6 100644 --- a/nginx caching.md +++ b/nginx caching.md @@ -1,6 +1,6 @@ # nginx caching -- [[2021-08-14]] +- [[push]] [[agora server]] - added this to nginx.conf in http scope: ``` @@ -8,7 +8,7 @@ uwsgi_cache_path /tmp/agora-cache keys_zone=agora-cache:1000m; ``` -- [[2021-08-14]] +- [[push]] [[agora server]] - and this is what the [[agora]]'s `location` looks like in the virtual host: ```