0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/dist/init/linux-upstart
2016-07-05 13:39:04 -04:00
..
caddy.conf Changing refs from /usr/bin to /usr/local/bin 2016-07-05 13:39:04 -04:00
README.md Changing refs from /usr/bin to /usr/local/bin 2016-07-05 13:39:04 -04: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 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.