„README.md“ ändern

This commit is contained in:
Bernd Reuther 2020-04-09 13:43:05 +02:00
parent 5828528e83
commit 94bbed6df2

View File

@ -126,17 +126,16 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
<VirtualHost *:443>
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 /
<Location "/">
@ -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 /
</Location>
@ -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
</Location>