Created
October 28, 2016 01:54
-
-
Save nwgat/5f5c3d0184a73c40dc001fcf46e06e71 to your computer and use it in GitHub Desktop.
caddy for cozy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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