Local network galaxy: No supported WebSocket library detected error

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 -

Welcome, @septintasfortas

These resources cover server configuration. Even if you are not doing the full production installation, the examples can help to resolve configuration problems with components.

Some examples are in this tutorial Galaxy Installation with Ansible

Do you mean that the primary Galaxy server itself is not available? The web service?

If you are accessing via an interactive environment instead, this tutorial can help Galaxy Interactive Tools

Please clarify a bit more if I misunderstood!