photoprism/docker/development/Caddyfile
Michael Mayer 64676af55c Frontend: Move connection failed info to navigation and add help page #330 #376
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-07-03 13:45:23 +02:00

11 lines
152 B
Caddyfile

* {
tls off
gzip
proxy / photoprism:2342 {
# Test broken websocket connection.
# websocket
transparent
}
}