From 5c5884c22d1749bbd843ba773d3d5cff3d9bf572 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 6 Jun 2022 11:59:40 +0200 Subject: [PATCH] Added ProxyPreserveHost to webssh --- sites-available/webssh.giorgioravera.it.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sites-available/webssh.giorgioravera.it.conf b/sites-available/webssh.giorgioravera.it.conf index 5cf0223..40bb536 100644 --- a/sites-available/webssh.giorgioravera.it.conf +++ b/sites-available/webssh.giorgioravera.it.conf @@ -1,7 +1,7 @@ ServerName webssh.giorgioravera.it ServerAdmin giorgio@giorgioravera.it - Redirect permanent / https://%{SERVER_NAME} + Redirect permanent / https://webssh.giorgioravera.it @@ -27,6 +27,7 @@ ProxyPass / http://webssh.giorgioravera.it:8888/ ProxyPassReverse / http://webssh.giorgioravera.it:8888/ + ProxyPreserveHost On #SSLProxyEngine on #ProxyPass / https://webssh.giorgioravera.it/ -- 2.47.3