Skip to content

Instantly share code, notes, and snippets.

@nwgat
Created October 28, 2016 01:54
Show Gist options
  • Select an option

  • Save nwgat/5f5c3d0184a73c40dc001fcf46e06e71 to your computer and use it in GitHub Desktop.

Select an option

Save nwgat/5f5c3d0184a73c40dc001fcf46e06e71 to your computer and use it in GitHub Desktop.
caddy for cozy
[program:caddy]
autorestart=true
autostart=true
command=/usr/bin/caddy -port 443 "proxy / 127.0.0.1:9104" "tls self_signed"
environment=
redirect_stderr=true
user=cozy
priority=11
environment = HOME="/home/cozy/", USER="cozy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment