backend for xcvr appview
2
fork

Configure Feed

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

fix localhost resolution issue with 127.0.0.1

+1 -1
+1 -1
nginx/xcvr.conf
··· 14 14 15 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 - proxy_pass http://localhost:$port/ws; 17 + proxy_pass http://127.0.0.1:$port/ws; 18 18 19 19 proxy_http_version 1.1; 20 20 proxy_set_header Upgrade $http_upgrade;