diff --git a/.gitignore b/.gitignore index e7ddb7dc1..f9de4ed49 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ vm.args .mix/ .psql_history docker-resources/Dockerfile +docker-resources/Caddyfile pgdata # Prevent committing custom emojis diff --git a/docker-resources/Caddyfile b/docker-resources/Caddyfile deleted file mode 100644 index 4db738c3a..000000000 --- a/docker-resources/Caddyfile +++ /dev/null @@ -1,14 +0,0 @@ -# default docker Caddyfile config for Akkoma -# -# Simple installation instructions: -# 1. Replace 'example.tld' with your instance's domain wherever it appears. - -akkoma.local.live { - log { - output file /var/log/caddy/akkoma.log - } - - encode gzip - - reverse_proxy akkoma:4000 -}