Modified Caddyfile to include an example using Memos

This commit is contained in:
Davide 2024-09-28 23:26:42 +02:00
parent 27cd521a0f
commit 2718e42ff8

View File

@ -11,3 +11,11 @@ subdomain.domain.tld {
} }
log log
} }
# This is an example based on the docker-compose.yml contained
# in the memos folder
memos.domain.tld {
reverse_proxy 192.168.1.128:9000
encode zstd gzip
log
}