Skip to content

Commit c46a582

Browse files
committed
fixup: Skip rewrite rules for the signaling url
1 parent 35e818a commit c46a582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/httpd.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ LoadModule rewrite_module modules/mod_rewrite.so
202202
RewriteEngine On
203203

204204
# Exclude /openmina-node from the general rewrite rules
205-
RewriteCond %{REQUEST_URI} ^/openmina-node/ [NC]
205+
RewriteCond %{REQUEST_URI} ^/openmina-node/ [NC,OR]
206+
RewriteCond %{REQUEST_URI} ^/mina/webrtc/signal [NC]
206207
RewriteRule ^ - [L]
207208

208209
# If an existing asset or directory is requested go to it as it is

0 commit comments

Comments
 (0)