1. The problem I’m having:
I followed the Debian/Ubuntu installation instructions to the letter and Caddy won’t run.
2. Error messages and/or full log output:
https://imgur.com/CJolrTp
3. Caddy version:
2.8.4
4. How I installed and ran Caddy:
I followed the installation instructions for Debian/Ubuntu
a. System environment:
MX-23, booted with systemd. No docker or other extraneous BS.
b. Command:
The instructions don't include a command for running Caddy, only for restarting or stopping it. I took a wild stab at "sudo systemctl start caddy", though.
c. Service/unit/compose file:
I have no idea what this is
d. My complete Caddy config:
http://siliconaftershock.fairuse.org {
# Set this path to your site's directory.
root * /home/wds/Desktop/Aftershock frontend/
# Enable the static file server.
file_server
# Another common task is to set up a reverse proxy:
# reverse_proxy localhost:8080
# Or serve a PHP site through php-fpm:
# php_fastcgi localhost:9000
}