Add caching remark to installation guide

pull/4136/head
Oliver Günther 9 years ago
parent baeaeb04ca
commit 6318b67ebe
  1. 6
      doc/operation_guides/manual/installation-guide.md

@ -323,6 +323,12 @@ SetEnv EXECJS_RUNTIME Disabled
# Uncomment this if you're on Apache >= 2.4:
Require all granted
</Directory>
# Request browser to cache assets
<Location /assets/>
ExpiresActive On ExpiresDefault "access plus 1 year"
</Location>
</VirtualHost>
```

Loading…
Cancel
Save