Files
homelab-dsa-tutoring/Caddyfile
Brendan Chen 0b2a2e5cd0
All checks were successful
Deploy to birb co. production / deploy (push) Successful in 7s
Map to local port 8080 for the file server
2026-02-25 16:45:09 -08:00

14 lines
301 B
Caddyfile

# DSA Tutoring microsite
#
# For local use, serves on port 8080
# 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.
:8080 {
root * /srv/public
encode gzip
file_server
}