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.
_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to