mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-386: Hard-code the proxy port per-scheme for now.
This commit is contained in:
@@ -16,12 +16,13 @@ plugin.search.elasticsearch.aws.region={{ atl_aws_region }}
|
|||||||
plugin.search.elasticsearch.baseurl={{ atl_elasticsearch_endpoint }}
|
plugin.search.elasticsearch.baseurl={{ atl_elasticsearch_endpoint }}
|
||||||
|
|
||||||
server.proxy-name={{ atl_proxy_name }}
|
server.proxy-name={{ atl_proxy_name }}
|
||||||
server.proxy-port={{ atl_proxy_port }}
|
|
||||||
server.secure={{ atl_ssl_proxy }}
|
server.secure={{ atl_ssl_proxy }}
|
||||||
server.require-ssl={{ atl_ssl_proxy }}
|
server.require-ssl={{ atl_ssl_proxy }}
|
||||||
{% if atl_ssl_proxy == 'true' %}
|
{% if atl_ssl_proxy == 'true' %}
|
||||||
server.scheme=https
|
server.scheme=https
|
||||||
|
server.proxy-port=80
|
||||||
server.additional-connector.1.port=7991
|
server.additional-connector.1.port=7991
|
||||||
{% else %}
|
{% else %}
|
||||||
server.scheme=http
|
server.scheme=http
|
||||||
|
server.proxy-port=443
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user