Korrekturen
This commit is contained in:
parent
fcdffbf246
commit
d7294a3f09
18
README.md
18
README.md
@ -324,47 +324,47 @@ Dazu wird wieder die Datei `/etc/apache2/sites-available/konferenz.domain.tld.co
|
||||
|
||||
```
|
||||
Alias "/interface_config.js" "/var/www/html/jitsi-custom/interface_config.js"
|
||||
<Location /interface_config.js">
|
||||
<Location /interface_config.js>
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
Alias "/plugin.head.html" "/var/www/html/jitsi-custom/plugin.head.html"
|
||||
<Location /plugin.head.html">
|
||||
<Location /plugin.head.html>
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
Alias "/static/welcomePageAdditionalContent.html" "/var/www/html/jitsi-custom/welcomePageAdditionalContent.html"
|
||||
<Location /static/welcomePageAdditionalContent.html">
|
||||
<Location /static/welcomePageAdditionalContent.html>
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
Alias "/lang/main-de.json" "/var/www/html/jitsi-custom/main-de.json"
|
||||
<Location /lang/main-de.json">
|
||||
<Location /lang/main-de.json>
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
Alias "/css/all.css" "/var/www/html/jitsi-custom/all.css"
|
||||
<Location /css/all.css">
|
||||
<Location /css/all.css>
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
Alias "/images/watermark.png" "/var/www/html/jitsi-custom/logo.png"
|
||||
<Location /images/watermark.png">
|
||||
<Location /images/watermark.png>
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
Alias "/hg.jpg" "/var/www/html/jitsi-custom/hg.jpg"
|
||||
<Location /hg.jpg">
|
||||
<Location /hg.jpg>
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
Alias "/impressum.html" "/var/www/html/jitsi-custom/impressum.html"
|
||||
<Location /impressum.html">
|
||||
<Location /impressum.html>
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
Alias "/datenschutz.html" "/var/www/html/jitsi-custom/datenschutz.html"
|
||||
<Location /datenschutz.html">
|
||||
<Location /datenschutz.html>
|
||||
Require all granted
|
||||
</Location>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user