Skip to content

Commit

Permalink
authelia: fix _web_url
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 4, 2023
1 parent 159e102 commit 90be446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/authelia/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ authelia_paths_folders_list:
authelia_web_subdomain: "{{ authelia.subdomain }}"
authelia_web_domain: "{{ user.domain }}"
authelia_web_port: "9091"
authelia_web_url: "{{ 'https://' + traefik_host }}"
authelia_web_url: "{{ 'https://' + authelia_web_subdomain + '.' + authelia_web_domain }}"

################################
# DNS
Expand Down

0 comments on commit 90be446

Please sign in to comment.