-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nginx proxy issues and documentation #4435
Comments
Starting with the most basic config:
sudo nginx -c /usr/share/nginx/nginx-basic.conf And open: http://localhost/ or https://localhost/ |
Upstream documentation: https://nginx.org/en/docs/http/websocket.html Settings that may be relevant or useful:
QUIC with nginx #3376 : this won't use QUIC to the xpra server, and unlikely to support |
The new nginx documentation page can be found here: |
This is a tracker ticket for a number of issues that manifest themselves with proxy servers (Xpra-org/xpra-html5#317, Xpra-org/xpra-html5#328, Xpra-org/xpra-html5#299 (comment), #3958 (comment), #1349 (comment)) which highlights the need for better proxy setup documentation, specifically for nginx.
We already have documentation for apache: https://github.com/Xpra-org/xpra/blob/master/docs/Usage/Apache-Proxy.md
The text was updated successfully, but these errors were encountered: