„README.md“ ändern
This commit is contained in:
		@@ -128,7 +128,6 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
 | 
				
			|||||||
    ServerName video.domain.tld
 | 
					    ServerName video.domain.tld
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    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
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
@@ -140,6 +139,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]
 | 
				
			||||||
@@ -149,9 +149,11 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
 | 
				
			|||||||
        ProxyPass http://localhost:8080/
 | 
					        ProxyPass http://localhost:8080/
 | 
				
			||||||
        ProxyPassReverse http://localhost:8080/
 | 
					        ProxyPassReverse http://localhost:8080/
 | 
				
			||||||
        ProxyHTMLURLMap /
 | 
					        ProxyHTMLURLMap /
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
    </Location>
 | 
					    </Location>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    <Location "/admin">
 | 
					    <Location "/admin">
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
        AuthType Basic
 | 
					        AuthType Basic
 | 
				
			||||||
        AuthName "Restricted Content"
 | 
					        AuthName "Restricted Content"
 | 
				
			||||||
        AuthUserFile /etc/apache2/.video-admin
 | 
					        AuthUserFile /etc/apache2/.video-admin
 | 
				
			||||||
@@ -167,6 +169,7 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
 | 
				
			|||||||
        ProxyHTMLEnable On
 | 
					        ProxyHTMLEnable On
 | 
				
			||||||
        ProxyHTMLURLMap / /
 | 
					        ProxyHTMLURLMap / /
 | 
				
			||||||
        RequestHeader unset Accept-Encoding
 | 
					        RequestHeader unset Accept-Encoding
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
    </Location>
 | 
					    </Location>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    CustomLog /var/log/apache2/video.domain.tld.log combined
 | 
					    CustomLog /var/log/apache2/video.domain.tld.log combined
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user