Modified Caddyfile to include an example using Memos
This commit is contained in:
parent
27cd521a0f
commit
2718e42ff8
@ -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
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user