„README.md“ ändern
This commit is contained in:
parent
4d673a40c9
commit
7f21eba286
15
README.md
15
README.md
@ -117,7 +117,7 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
||||
DocumentRoot /var/www/html/
|
||||
|
||||
SSLEngine off
|
||||
|
||||
|
||||
RewriteEngine on
|
||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
||||
|
||||
@ -128,7 +128,6 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
||||
ServerName video.domain.tld
|
||||
|
||||
SSLEngine on
|
||||
|
||||
SSLCertificateFile /etc/letsencrypt/live/domain.tld/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/domain.tld/privkey.pem
|
||||
|
||||
@ -140,6 +139,7 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
||||
ProxyHTMLURLMap http://localhost:8080 /
|
||||
|
||||
<Location "/">
|
||||
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
|
||||
RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
|
||||
@ -149,9 +149,11 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
||||
ProxyPass http://localhost:8080/
|
||||
ProxyPassReverse http://localhost:8080/
|
||||
ProxyHTMLURLMap /
|
||||
|
||||
</Location>
|
||||
|
||||
<Location "/admin">
|
||||
|
||||
AuthType Basic
|
||||
AuthName "Restricted Content"
|
||||
AuthUserFile /etc/apache2/.video-admin
|
||||
@ -165,12 +167,13 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
||||
ProxyPass http://localhost:4242/
|
||||
ProxyHTMLURLMap http://localhost:4242/
|
||||
ProxyHTMLEnable On
|
||||
ProxyHTMLURLMap / /
|
||||
RequestHeader unset Accept-Encoding
|
||||
ProxyHTMLURLMap / /
|
||||
RequestHeader unset Accept-Encoding
|
||||
|
||||
</Location>
|
||||
|
||||
CustomLog /var/log/apache2/video.domain.tld.log combined
|
||||
ErrorLog /var/log/apache2/video.domain.tld.error.log
|
||||
CustomLog /var/log/apache2/video.domain.tld.log combined
|
||||
ErrorLog /var/log/apache2/video.domain.tld.error.log
|
||||
|
||||
</VirtualHost>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user