Skip to content

Commit 30f1afa

Browse files
author
Anandkumar Patel
committed
add HTTPS_PORT and remove when
1 parent e11042f commit 30f1afa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-navi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ container_envs: >
2121
-e ENABLE_LRU_CACHE=1
2222
-e ERROR_URL=http://{{ detention_host_address }}:{{ detention_port }}
2323
-e HTTP_PORT={{ hosted_ports[0] }}
24+
-e HTTPS_PORT={{ hosted_ports[1] }}
2425
-e LOG_LEVEL_STDOUT=trace
2526
-e MONGO=mongodb://{{ navi_mongo_host_address }}:{{ navi_mongo_port }}/{{ navi_mongo_database }}
2627
-e NODE_ENV={{ node_env }}

ansible/roles/content-domain-certs/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
- name: make sure cert directory is in place
33
tags: [ certs ]
4-
when: ca_dest is defined
54
become: true
65
file:
76
dest: /opt/ssl/{{ user_content_domain }}

0 commit comments

Comments
 (0)