diff options
Diffstat (limited to 'Caddyfile')
| -rw-r--r-- | Caddyfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..9ebd887 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,10 @@ +:8081 { + root * /home/shimo/repos/portfolio/ + templates { + mime text/html + } + file_server { + disable_canonical_uris + } + header Cache-Control "no-store" +} |
