authelia/example/nginx_conf/index.html

10 lines
312 B
HTML

<html>
<head>
<title>Home page</title>
</head>
<body>
You need to <a href="/authentication/login?redirect=/">log in</a> to access the <a href="/secret.html">secret</a>!<br/><br/>
You can also log off by visiting the following <a href="/authentication/logout?redirect=/">link</a>.
</body>
</html>