File size: 341 Bytes
519a20c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>

<head>
    <title>Unauthorized</title>
</head>

<body>
    <h1>Unauthorized</h1>
    <p>
        If you are the system administrator, you can configure the
        <code>basicAuthUser</code> credentials by editing
        <code>config.yaml</code> in the root directory of your installation.
    </p>
</body>

</html>