Some checks failed
Deploy to birb co. production / deploy (push) Failing after 10s
14 lines
317 B
Caddyfile
14 lines
317 B
Caddyfile
# DSA Tutoring microsite
|
|
#
|
|
# For local use, serves on port 80.
|
|
# Replace :80 with your domain (e.g. dsa-tutoring.example.com) for
|
|
# automatic HTTPS via Let's Encrypt.
|
|
#
|
|
# Run `python build.py` first to generate the public/ directory.
|
|
|
|
dsa-tutoring.bchen.dev {
|
|
root * /srv/public
|
|
encode gzip
|
|
file_server
|
|
}
|