64676af55c
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
10 lines
152 B
Caddyfile
10 lines
152 B
Caddyfile
* {
|
|
tls off
|
|
gzip
|
|
|
|
proxy / photoprism:2342 {
|
|
# Test broken websocket connection.
|
|
# websocket
|
|
transparent
|
|
}
|
|
}
|