15 lines
No EOL
278 B
Text
15 lines
No EOL
278 B
Text
# 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
|
|
}
|
|
}
|
|
}
|
|
|
|
https://nc.mixel.cloud:443 {
|
|
reverse_proxy 192.168.178.232:11000
|
|
}
|
|
# Internal |