From 03e888b0ba486bf871e7f44be7af866caae23dc3 Mon Sep 17 00:00:00 2001 From: chee Date: Fri, 11 Jan 2019 10:19:49 +0000 Subject: [PATCH] include the cache controls in your *heart* --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 6882999..ed6a5e3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -23,6 +23,7 @@ server { error_log /www/snoot.club/snoots/heart/logs/error.ssl.log; location / { + include /www/snoot.club/blocks/proxy-cache.nginx; include /www/snoot.club/blocks/cors.nginx; root /www/snoot.club/snoots/heart/application/website; }