Caddyfile: use internal directive by default for self-signed certs
This commit is contained in:
parent
71bc46c72d
commit
054c5db2f2
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
|
|
||||||
{$CADDY_HOSTS} {
|
{$CADDY_HOSTS} {
|
||||||
# the tls certificates
|
# the tls certificates
|
||||||
tls {$DATADIR}/tls/server.pem {$DATADIR}/tls/server-key.pem
|
# tls {$DATADIR}/tls/server.pem {$DATADIR}/tls/server-key.pem
|
||||||
|
tls internal
|
||||||
route {
|
route {
|
||||||
# profile pictures
|
# profile pictures
|
||||||
file_server /profilepictures/* {
|
file_server /profilepictures/* {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue