This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gohtmlclient. from 2e4b7f5 Rename x2goclient.js to x2gokdriveclient.js. new e6b2444 d/control: Add nginx to Suggests: field. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: conf/nginx/snippets/x2gohtmlclient-wswrapper.conf | 2 +- debian/changelog | 1 + debian/control | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gohtmlclient. commit e6b24446dcde0b8a54bfea216937847d4589ba49 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Nov 23 12:51:37 2021 +0100 d/control: Add nginx to Suggests: field. --- conf/nginx/snippets/x2gohtmlclient-wswrapper.conf | 2 +- debian/changelog | 1 + debian/control | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/nginx/snippets/x2gohtmlclient-wswrapper.conf b/conf/nginx/snippets/x2gohtmlclient-wswrapper.conf index 9500b96..ade1002 100644 --- a/conf/nginx/snippets/x2gohtmlclient-wswrapper.conf +++ b/conf/nginx/snippets/x2gohtmlclient-wswrapper.conf @@ -2,7 +2,7 @@ proxy_read_timeout 300; -location ~ ^/x2gows/(.*)$ { +location ~ ^/x2gows/([0-9]{4,5})$ { proxy_pass http://127.0.0.1:$1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; diff --git a/debian/changelog b/debian/changelog index 038d391..5c76a8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,5 +2,6 @@ x2gohtmlclient (1.0-0x2go1) UNRELEASED; urgency=medium [ Mike Gabriel ] * Initial release. + * d/control: Add nginx to Suggests: field. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/debian/control b/debian/control index cd47faa..9c6cd0c 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Recomends: Suggests: x2goserver, x2goserver-x2gokdrive, + nginx, Description: X2Go HTML5 Client (example html page) X2Go is a server based computing environment with - session resuming -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git