We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e818a commit c46a582Copy full SHA for c46a582
frontend/httpd.conf
@@ -202,7 +202,8 @@ LoadModule rewrite_module modules/mod_rewrite.so
202
RewriteEngine On
203
204
# Exclude /openmina-node from the general rewrite rules
205
- RewriteCond %{REQUEST_URI} ^/openmina-node/ [NC]
+ RewriteCond %{REQUEST_URI} ^/openmina-node/ [NC,OR]
206
+ RewriteCond %{REQUEST_URI} ^/mina/webrtc/signal [NC]
207
RewriteRule ^ - [L]
208
209
# If an existing asset or directory is requested go to it as it is
0 commit comments