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