Skip to content

Commit

Permalink
Overwrite apple-app-site-association for myconext
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Nov 29, 2024
1 parent 6cfc49e commit 0fe40fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions roles/myconext/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@
- source: /opt/openconext/common/favicon.ico
target: /var/www/favicon.ico
type: bind
- source: /opt/openconext/myconext/apple-app-site-association
target: /var/www/.well-known/apple-app-site-association
type: bind

env:
HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img }}"
HTTPD_SERVERNAME: "mijn.{{ myconext_base_domain }}"
Expand Down Expand Up @@ -200,6 +198,9 @@
- source: /opt/openconext/common/favicon.ico
target: /var/www/favicon.ico
type: bind
- source: /opt/openconext/myconext/apple-app-site-association
target: /var/www/.well-known/apple-app-site-association
type: bind

env:
HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img_for_idp }}"
Expand Down

0 comments on commit 0fe40fb

Please sign in to comment.