adjust nextcloud to work temporarily
This commit is contained in:
parent
89c8dc1f22
commit
a8c7e80967
|
@ -1,6 +1,12 @@
|
|||
# Figure out nextcloud after the switch to caddy
|
||||
|
||||
# External
|
||||
nextcloud.mixel.cloud {
|
||||
reverse_proxy https://192.168.178.4:442
|
||||
reverse_proxy https://192.168.178.4:442 {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Internal
|
Loading…
Reference in a new issue