mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
b264e63235
* [DEV] Fix permission issue with dev workflow. nginx backend was facing permission denied errors because the permissions of the html files were too restricted. Moreover those files were added to the docker image while they could just be mounted as other services. * Fix Kubernetes integration test Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
14 lines
305 B
HTML
Executable File
14 lines
305 B
HTML
Executable File
<!DOCTYPE>
|
|
<html>
|
|
<head>
|
|
<title>Public resource</title>
|
|
<link rel="icon" href="/icon.png" type="image/png" />
|
|
</head>
|
|
<body>
|
|
<h1>Public resource</h1>
|
|
<p>This is a public resource.<br/>
|
|
Go back to <a href="https://home.example.com:8080/">home page</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|