12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
# Figure out nextcloud after the switch to caddy
|
|
|
|
# External
|
|
nextcloud.mixel.cloud {
|
|
reverse_proxy https://192.168.178.4:442 {
|
|
transport http {
|
|
tls_insecure_skip_verify
|
|
}
|
|
}
|
|
}
|
|
|
|
# Internal |