services: letsencrypt: use Authelia on Fava UI
This commit is contained in:
parent
46ab4acf42
commit
e89c86960e
|
@ -13,6 +13,9 @@ server {
|
||||||
# enable for ldap auth, fill in ldap details in ldap.conf
|
# enable for ldap auth, fill in ldap details in ldap.conf
|
||||||
#include /config/nginx/ldap.conf;
|
#include /config/nginx/ldap.conf;
|
||||||
|
|
||||||
|
# enable for Authelia
|
||||||
|
include /config/nginx/authelia-server.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# enable the next two lines for http auth
|
# enable the next two lines for http auth
|
||||||
#auth_basic "Restricted";
|
#auth_basic "Restricted";
|
||||||
|
@ -22,6 +25,9 @@ server {
|
||||||
#auth_request /auth;
|
#auth_request /auth;
|
||||||
#error_page 401 =200 /login;
|
#error_page 401 =200 /login;
|
||||||
|
|
||||||
|
# enable for Authelia
|
||||||
|
include /config/nginx/authelia-location.conf;
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
resolver 127.0.0.11 valid=30s;
|
resolver 127.0.0.11 valid=30s;
|
||||||
set $upstream_app fava;
|
set $upstream_app fava;
|
||||||
|
|
Reference in a new issue