scripts/Caddyfile

9 lines
230 B
Caddyfile
Raw Normal View History

2022-12-31 10:15:23 +00:00
:80 {
root * /var/www
file_server
header -Server
2023-01-26 07:23:07 +00:00
header Cache-Control max-age=3600
header /quickbar/*.js Content-type "text/javascript; charset=UTF-8"
header /userscripts/*.js Content-type "text/javascript; charset=UTF-8"
2022-12-31 10:15:23 +00:00
}