scripts/Caddyfile
Dawid Wysokiński ba3dc02ff9
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore: remove unnecessary redirect
2023-02-19 07:46:39 +01:00

9 lines
208 B
Caddyfile

:80 {
root * /var/www
file_server
header -Server
header Cache-Control max-age=3600
header *.js Content-type "text/javascript; charset=UTF-8"
header /*.js Content-type "text/javascript; charset=UTF-8"
}