Remove testing caddyfile
This commit is contained in:
parent
771217b1b8
commit
d9b9c1a0f7
2 changed files with 1 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,6 +22,7 @@ vm.args
|
||||||
.mix/
|
.mix/
|
||||||
.psql_history
|
.psql_history
|
||||||
docker-resources/Dockerfile
|
docker-resources/Dockerfile
|
||||||
|
docker-resources/Caddyfile
|
||||||
pgdata
|
pgdata
|
||||||
|
|
||||||
# Prevent committing custom emojis
|
# Prevent committing custom emojis
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in a new issue