Hello, galaxy runs properly from my server, but when I try to access ir from local network I got error: “No supported WebSocket library detected. Please use ‘pip install uvicorn[standard]’, or install ‘websockets’ or ‘wsproto’ manually.”
I think I have a problem with proxy_pass parameter: http://unix:/srv/galaxy/var/gunicorn.sock;
Can you help me to properly configure this value? My galaxy is located in directory /home/biodata/galaxy
Should I change http://unix: to http://localhost:8080 or other value?
Thank you
P.S. my proxy is o.k.:
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -
tcp6 0 0 :::80 :::* LISTEN -