Exclude the WebSocket endpoint from frontend routing

This commit is contained in:
Natty 2023-07-31 19:48:15 +02:00
parent 0a6665ce9c
commit c49871ec0f
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -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*
}