apache config fix. (#520)

This commit is contained in:
Norayr Chilingarian 2018-01-20 09:23:10 +04:00 committed by Eugen Rochko
parent 4c5ff35ac3
commit f52891ee8e
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ Setting up Mastodon behind Apache is possible as well, although you will need to
<LocationMatch "^/(assets|avatars|emoji|headers|packs|sounds|system)>
Header always set Cache-Control "public, max-age=31536000, immutable"
Require all granted
</LocationMatch>
ProxyPreserveHost On