[X2Go-User] HTML5 install
robert k Wild
robertkwild at gmail.com
Thu Sep 29 12:33:05 CEST 2022
hi all,
i have seen X2Go server comes with a build in html5 plugin for clients, so
they can access the client using there web browser instead of installing
the actual client
i have seen this how to
https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient
but when it says " X2Go provides instructions for configuring the NGINX web
server " where is that as i cant see it, or am i being stupid and missing it
do i just need to edit the nginx conf and add this to the end?
Text
location ~ ^/x2gows/(.*)$ {
proxy_pass https://127.0.0.1:$1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_intercept_errors on;
proxy_redirect off;
proxy_cache_bypass $http_upgrade;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-NginX-Proxy true;
proxy_ssl_session_reuse off;
thanks,
rob
--
Regards,
Robert K Wild.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.x2go.org/pipermail/x2go-user/attachments/20220929/c31ba59f/attachment.htm>
More information about the x2go-user
mailing list