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-12-04 12:52:34 +01:00
..
caddy.conf Fix syntax in caddy.conf 2016-12-04 12:52:34 +01:00
caddy.conf.centos-6 Init switch from HOME to Caddy (#1272) 2016-11-23 14:12:19 -07:00
caddy.conf.ubuntu-12.04 Init switch from HOME to Caddy (#1272) 2016-11-23 14:12:19 -07:00
README.md add separate upstart scripts for centos 6 and ubuntu 12.04 2016-10-17 22:04:26 +02: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.