Created
June 9, 2020 15:41
-
-
Save dhollinger/ce677c9904b7f0bf4337e642c093d5d5 to your computer and use it in GitHub Desktop.
This file contains 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
file: | |
/etc/caddy/Caddyfile: | |
exists: true | |
filetype: file | |
/usr/bin/caddy: | |
exists: true | |
filetype: file | |
mode: "0755" | |
process: | |
caddy: | |
running: true | |
port: | |
tcp:80: | |
listening: false | |
ip: [] | |
http: | |
http://localhost: | |
status: 200 | |
timeout: 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment