Add authentik to KonSol
This commit is contained in:
parent
31d1679b38
commit
d4d98f7d64
1 changed files with 18 additions and 0 deletions
18
http.d/auth.konpeki.solutions
Normal file
18
http.d/auth.konpeki.solutions
Normal file
|
@ -0,0 +1,18 @@
|
|||
server {
|
||||
|
||||
server_name auth.konpeki.solutions www.auth.konpeki.solutions;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/auth.konpeki.solutions/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/auth.konpeki.solutions/privkey.pem;
|
||||
ssl_trusted_certificate /etc/letsencrypt/live/auth.konpeki.solutions/fullchain.pem;
|
||||
|
||||
include snippets/global/common-ssl.conf;
|
||||
|
||||
include snippets/proxy/common-proxy-headers.conf;
|
||||
|
||||
location / {
|
||||
proxy_pass https://authentik;
|
||||
}
|
||||
|
||||
include snippets/global/errors/http-cat-error-pages.conf;
|
||||
}
|
Loading…
Reference in a new issue