mirror of
https://github.com/Balshgit/pydio.git
synced 2025-12-15 01:06:47 +03:00
initial commit
This commit is contained in:
15
conf/Caddyfile
Normal file
15
conf/Caddyfile
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
https_port 8085
|
||||
skip_install_trust
|
||||
local_certs
|
||||
}
|
||||
localhost {
|
||||
reverse_proxy {
|
||||
to https://cells1:8080
|
||||
transport http {
|
||||
tls
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
tls internal
|
||||
}
|
||||
Reference in New Issue
Block a user