only add cache-control, remove comment

This commit is contained in:
Nolan Lawson 2017-04-22 17:09:39 -07:00
parent 32f4c5319f
commit 8bc1fd2194
1 changed files with 0 additions and 2 deletions

View File

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