„README.md“ ändern
This commit is contained in:
parent
5828528e83
commit
94bbed6df2
14
README.md
14
README.md
@ -126,17 +126,16 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
|||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
|
|
||||||
ServerName video.domain.tld
|
ServerName video.domain.tld
|
||||||
|
|
||||||
|
DocumentRoot /var/www/html/
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile /etc/letsencrypt/live/domain.tld/fullchain.pem
|
SSLCertificateFile /etc/letsencrypt/live/domain.tld/fullchain.pem
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/domain.tld/privkey.pem
|
SSLCertificateKeyFile /etc/letsencrypt/live/domain.tld/privkey.pem
|
||||||
|
|
||||||
DocumentRoot /var/www/html/
|
|
||||||
|
|
||||||
ProxyRequests off
|
ProxyRequests off
|
||||||
|
ProxyPreserveHost On
|
||||||
SetOutputFilter proxy-html
|
SetOutputFilter proxy-html
|
||||||
ProxyHTMLURLMap http://localhost:8080 /
|
|
||||||
|
|
||||||
<Location "/">
|
<Location "/">
|
||||||
|
|
||||||
@ -145,10 +144,9 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
|||||||
RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
|
RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
|
||||||
RewriteRule .* ws://localhost:8080%{REQUEST_URI} [P]
|
RewriteRule .* ws://localhost:8080%{REQUEST_URI} [P]
|
||||||
|
|
||||||
ProxyPreserveHost On
|
|
||||||
ProxyPass http://localhost:8080/
|
ProxyPass http://localhost:8080/
|
||||||
ProxyPassReverse http://localhost:8080/
|
ProxyPassReverse http://localhost:8080/
|
||||||
ProxyHTMLURLMap /
|
ProxyHTMLURLMap http://localhost:8080 /
|
||||||
|
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
@ -165,10 +163,8 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
|||||||
RewriteRule .* ws://localhost:4242%{REQUEST_URI} [P]
|
RewriteRule .* ws://localhost:4242%{REQUEST_URI} [P]
|
||||||
|
|
||||||
ProxyPass http://localhost:4242/
|
ProxyPass http://localhost:4242/
|
||||||
|
ProxyPassReverse http://localhost:4242/
|
||||||
ProxyHTMLURLMap http://localhost:4242/
|
ProxyHTMLURLMap http://localhost:4242/
|
||||||
ProxyHTMLEnable On
|
|
||||||
ProxyHTMLURLMap / /
|
|
||||||
RequestHeader unset Accept-Encoding
|
|
||||||
|
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user