enable https with caddy root ca
This commit is contained in:
parent
fc86424caa
commit
e2666bdfad
4 changed files with 167 additions and 41 deletions
13
proxy/web/default.css
Normal file
13
proxy/web/default.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
:root {
|
||||
max-width: 80ch;
|
||||
padding: 3em 1em;
|
||||
margin: auto;
|
||||
font-size: 1.25em;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
height: 50px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue