Modified Caddyfile to include an example using Memos
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user