transfer.coffee/contrib/caddy/Caddyfile
Kumi 13a771214a
feat: improve reverse proxy setup for production
Updated README with detailed instructions for setting environment variables via a .env file. Added sample Caddyfile for reverse proxy configuration and systemd service files for managing the tracker and application. These enhancements streamline deployment, especially in production environments, by providing clear guidance and automation options.

Resolves #1
2024-08-02 20:09:30 +02:00

9 lines
190 B
Caddyfile

# Simple example of how to use Caddy for Transfer.coffee
transfer.example www.transfer.example {
reverse_proxy localhost:8105
}
tracker.transfer.example {
reverse_proxy localhost:8106
}