apache config fix. (#520)
This commit is contained in:
parent
4c5ff35ac3
commit
f52891ee8e
|
@ -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)>
|
<LocationMatch "^/(assets|avatars|emoji|headers|packs|sounds|system)>
|
||||||
Header always set Cache-Control "public, max-age=31536000, immutable"
|
Header always set Cache-Control "public, max-age=31536000, immutable"
|
||||||
|
Require all granted
|
||||||
</LocationMatch>
|
</LocationMatch>
|
||||||
|
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
|
|
Loading…
Reference in New Issue