„README.md“ ändern
This commit is contained in:
parent
7f21eba286
commit
9387f8b5d5
14
README.md
14
README.md
@ -127,16 +127,15 @@ 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 /
|
||||
|
||||
<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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user