mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
439 B
439 B
Hosting with Caddy Server
Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go.
- In your Caddyfile configuration, add:
n8n.example.com {
reverse_proxy localhost:5678 {
flush_interval 10
}
}
- The
.envshould be adapted as follows:
DOMAIN_NAME=example.com
SUBDOMAIN=n8n
- To start your server:
$ caddy start