docs/reverse-proxy: align NC

Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
This commit is contained in:
Sandro 2021-12-07 21:38:52 +01:00 committed by Sandro Jäckel
parent fde09d646e
commit c52958dec1
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -98,7 +98,7 @@ Here is an example config snippet:
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/socket.io [NC]
RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteRule /(.*) ws://127.0.0.1:3000/$1 [P,L]
ProxyPass / http://127.0.0.1:3000/