Skip to content

Commit

Permalink
add nginz- to the https and ssl links (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin authored Oct 14, 2021
1 parent 8dc786d commit d419f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/minio-static-files/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

assetsURL: "https://{{ prefix }}assets.{{ domain }}"
deeplink_config_json: "{{ assetsURL }}/public/deeplink.json"
backendURL: "https://{{ prefix }}https.{{ domain }}"
backendWSURL: "https://{{ prefix }}ssl.{{ domain }}"
backendURL: "https://{{ prefix }}nginz-https.{{ domain }}"
backendWSURL: "https://{{ prefix }}nginz-ssl.{{ domain }}"
teamsURL: "https://{{ prefix }}teams.{{ domain }}"
accountsURL: "https://{{ prefix }}account.{{ domain }}"

Expand Down

0 comments on commit d419f8a

Please sign in to comment.