backend for xcvr appview
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add parenthesis to regular expression b/c of curly brace

+1 -1
+1 -1
nginx/xcvr.conf
··· 12 12 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 13 13 } 14 14 15 - location ~ ^/(3[2-9][0-9]{3}|[4-5][0-9]{4}|6[0-5][0-9]{3})/ws$ { 15 + location "~^/(3[2-9][0-9]{3}|[4-5][0-9]{4}|6[0-5][0-9]{3})/ws$" { 16 16 set $port $1; 17 17 proxy_pass http://localhost:$port/ws; 18 18