Remove testing caddyfile
ci/woodpecker/push/woodpecker Pipeline is pending Details
ci/woodpecker/pr/woodpecker Pipeline is pending Details

This commit is contained in:
FloatingGhost 2022-10-16 20:24:56 +01:00
parent 771217b1b8
commit d9b9c1a0f7
2 changed files with 1 additions and 14 deletions

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ vm.args
.mix/
.psql_history
docker-resources/Dockerfile
docker-resources/Caddyfile
pgdata
# Prevent committing custom emojis

View File

@ -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
}