d5b07deb by Gustavo Calcaterra Committed by DevOps

Add server for port 443

1 parent 77efd07c
......@@ -37,6 +37,21 @@
set_header:
field: Host
value: $host
- core:
listen:
- port: 443
server_name: vueapp.test.vue.gov.py
log:
access:
- path: /var/log/nginx/access.log
format: main
locations:
- location: /
proxy:
pass: http://jbosseap_test/
set_header:
field: Host
value: $host
# - core:
# listen:
# - port: 8081
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!