cloudflared/vendor/github.com/mholt/caddy/dist/init/linux-upstart
2018-07-19 15:02:24 -05:00
..
caddy.conf TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
caddy.conf.centos-6 TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
caddy.conf.ubuntu-12.04 TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
README.md TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00

Upstart conf for Caddy

Usage

Usage in this blogpost: Running Caddy Server as a service with Upstart. Short recap:

  • Download Caddy in /usr/local/bin/caddy and execute sudo setcap cap_net_bind_service=+ep /usr/local/bin/caddy.
  • Save the appropriate upstart config file in /etc/init/caddy.conf.
  • Ensure that the folder /etc/caddy exists and that the subfolder .caddy is owned by www-data.
  • Create a Caddyfile in /etc/caddy/Caddyfile.
  • Now you can use sudo service caddy start|stop|restart.