Last active
May 28, 2016 22:18
-
-
Save Bitti09/d5a773c8d7fc6be3996c40c2948e008b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| forum.example.com { | |
| root /var/www/discourse/public | |
| access_log /var/log/caddy/access.log | |
| gzip { | |
| level 5 | |
| ext application/json,text/css,application/x-javascript,application/javascript | |
| } | |
| header / X-UA-Compatible "IE=edge" | |
| header /assets Cache-Control public | |
| internal /backups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment