[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:x2gohtmlclient
wiki-admin at x2go.org
wiki-admin at x2go.org
Fri Dec 31 22:27:10 CET 2021
A page in your DokuWiki was added or changed. Here are the details:
Browser : Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0
IP Address : 137.26.240.242
Hostname : 137-026-240-242.biz.spectrum.com
Old Revision : https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient?rev=1640985835
New Revision : https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient
Date of New Revision: 2021/12/31 21:27
Edit Summary : [Configuring the Web Server]
User : mikep
There may be newer changes after this revision. If this
happens, a message will be shown on the top of the rev page.
@@ -43,10 +43,9 @@
====== Configuring the Web Server ======
We describe how to configure NGINX and fcgiwrap, but you can substitute any web server that provides the needed features.
-
- ''/etc/nginx/sites-available/<your host>-ssl:''
+ Here is an example NGINX configuration:
<file>
server {
listen 443 ssl;
server_name your_host;
@@ -91,8 +90,9 @@
proxy_ssl_session_reuse off;
}
}
</file>
+ Note that the location ''/x2gows/PORT'' gets proxied to a process on localhost listening to PORT. The is the x2gowswrapper process.
====== Building and Installing ======
===== x2gohtmlclient =====
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
More information about the x2go-commits
mailing list