Browse Source

Adds 404 error page in default configs.

master
Дамян Минков 8 years ago
parent
commit
dd4a5f2705
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      doc/debian/jitsi-meet/jitsi-meet.example

+ 1
- 0
doc/debian/jitsi-meet/jitsi-meet.example View File

20
 
20
 
21
     root /usr/share/jitsi-meet;
21
     root /usr/share/jitsi-meet;
22
     index index.html index.htm;
22
     index index.html index.htm;
23
+    error_page 404 /404.html;
23
 
24
 
24
     location /config.js {
25
     location /config.js {
25
         alias /etc/jitsi/meet/jitsi-meet.example.com-config.js;
26
         alias /etc/jitsi/meet/jitsi-meet.example.com-config.js;

Loading…
Cancel
Save