From 8bc1fd219415b3ce740739c2ac084e3e3be84828 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 22 Apr 2017 17:09:39 -0700 Subject: [PATCH] only add cache-control, remove comment --- Running-Mastodon/Production-guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index cc04253b..5785335c 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -64,8 +64,6 @@ server { } location /assets { - # Serve static, checksummed assets directly from nginx as a perf boost - root /home/mastodon/live/public; add_header Cache-Control "public, max-age=31536000, immutable"; }