„README.md“ ändern
This commit is contained in:
parent
db8ad02031
commit
80bd6524a2
@ -112,7 +112,7 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
|||||||
```
|
```
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
|
|
||||||
ServerName video.domain.tld
|
ServerName video.domain.tld
|
||||||
|
|
||||||
DocumentRoot /var/www/html/
|
DocumentRoot /var/www/html/
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
|||||||
ProxyHTMLURLMap http://localhost:8080 /
|
ProxyHTMLURLMap http://localhost:8080 /
|
||||||
|
|
||||||
<Location "/">
|
<Location "/">
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
|
RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
|
||||||
RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
|
RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
|
||||||
RewriteRule .* ws://localhost:8080%{REQUEST_URI} [P]
|
RewriteRule .* ws://localhost:8080%{REQUEST_URI} [P]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user