From 94bbed6df21f0f576a96db9610d62725ca635916 Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 9 Apr 2020 13:43:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9e8c366..04abc9b 100644 --- a/README.md +++ b/README.md @@ -126,17 +126,16 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei ServerName video.domain.tld + + DocumentRoot /var/www/html/ SSLEngine on SSLCertificateFile /etc/letsencrypt/live/domain.tld/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/domain.tld/privkey.pem - DocumentRoot /var/www/html/ - ProxyRequests off - + ProxyPreserveHost On SetOutputFilter proxy-html - ProxyHTMLURLMap http://localhost:8080 / @@ -145,10 +144,9 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC] RewriteRule .* ws://localhost:8080%{REQUEST_URI} [P] - ProxyPreserveHost On ProxyPass http://localhost:8080/ ProxyPassReverse http://localhost:8080/ - ProxyHTMLURLMap / + ProxyHTMLURLMap http://localhost:8080 / @@ -165,10 +163,8 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei RewriteRule .* ws://localhost:4242%{REQUEST_URI} [P] ProxyPass http://localhost:4242/ + ProxyPassReverse http://localhost:4242/ ProxyHTMLURLMap http://localhost:4242/ - ProxyHTMLEnable On - ProxyHTMLURLMap / / - RequestHeader unset Accept-Encoding