<div dir="ltr">
<p>hi all,</p><p>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</p><p>i have seen this how to</p><p><a target="_blank" rel="nofollow noopener" href="https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient">https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient</a></p><p>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</p><p>do i just need to edit the nginx conf and add this to the end <br></p><div class="gmail-highlight">
<div class="gmail-language-name">Text</div>
<pre><span></span>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;<br>
</pre>
</div><p>thanks,</p><p>rob</p>

<br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Regards, <br><br>Robert K Wild.<br></div></div></div>