changed hostnames to localhost
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
|
|
||||||
(auth) {
|
(auth) {
|
||||||
forward_auth authelia:9091 {
|
forward_auth localhost:9091 {
|
||||||
uri /api/authz/forward-auth
|
uri /api/authz/forward-auth
|
||||||
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
|
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
|
||||||
}
|
}
|
||||||
@@ -65,7 +65,7 @@ akanealw.com {
|
|||||||
|
|
||||||
auth.akanealw.com {
|
auth.akanealw.com {
|
||||||
import cloudflare
|
import cloudflare
|
||||||
reverse_proxy authelia:9091
|
reverse_proxy localhost:9091
|
||||||
}
|
}
|
||||||
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
@@ -481,7 +481,7 @@ auth.akanealw.com {
|
|||||||
@whoami host whoami.akanealw.com
|
@whoami host whoami.akanealw.com
|
||||||
handle @whoami {
|
handle @whoami {
|
||||||
import auth
|
import auth
|
||||||
reverse_proxy whoami:80
|
reverse_proxy localhost:80
|
||||||
}
|
}
|
||||||
|
|
||||||
@wallos host wallos.akanealw.com
|
@wallos host wallos.akanealw.com
|
||||||
|
|||||||
Reference in New Issue
Block a user