Exclude the WebSocket endpoint from frontend routing
This commit is contained in:
parent
0a6665ce9c
commit
c49871ec0f
|
@ -16,7 +16,7 @@ nattyarch.local {
|
|||
}
|
||||
|
||||
@render_html {
|
||||
not path /api* /proxy* /files* /avatar* /identicon*
|
||||
not path /api* /proxy* /files* /avatar* /identicon* /streaming
|
||||
header Accept text/html*
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue