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; }