Loading deploy/ansible/roles/proxy/defaults/main.yml +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ image_pull: true # Default Nginx config using only HTTP nginx_config_template: proxy.conf.j2 published_port: 80 published_port_ssl: 443 published_port_http: 80 published_port_https: 443 # Generates a Diffie-Helmet file for the server if enabled generate_dhparam: false Loading deploy/ansible/roles/proxy/tasks/main.yml +2 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ - "8080" - "8443" published_ports: - "{{ published_port }}:8080" - "{{ published_port_ssl }}:8443" - "{{ published_port_http }}:8080" - "{{ published_port_https }}:8443" networks: - name: esgf networks_cli_compatible: yes Loading Loading
deploy/ansible/roles/proxy/defaults/main.yml +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ image_pull: true # Default Nginx config using only HTTP nginx_config_template: proxy.conf.j2 published_port: 80 published_port_ssl: 443 published_port_http: 80 published_port_https: 443 # Generates a Diffie-Helmet file for the server if enabled generate_dhparam: false Loading
deploy/ansible/roles/proxy/tasks/main.yml +2 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ - "8080" - "8443" published_ports: - "{{ published_port }}:8080" - "{{ published_port_ssl }}:8443" - "{{ published_port_http }}:8080" - "{{ published_port_https }}:8443" networks: - name: esgf networks_cli_compatible: yes Loading