d5b07deb by Gustavo Calcaterra Committed by DevOps

Add server for port 443

1 parent 77efd07c
...@@ -37,6 +37,21 @@ ...@@ -37,6 +37,21 @@
37 set_header: 37 set_header:
38 field: Host 38 field: Host
39 value: $host 39 value: $host
40 - core:
41 listen:
42 - port: 443
43 server_name: vueapp.test.vue.gov.py
44 log:
45 access:
46 - path: /var/log/nginx/access.log
47 format: main
48 locations:
49 - location: /
50 proxy:
51 pass: http://jbosseap_test/
52 set_header:
53 field: Host
54 value: $host
40 # - core: 55 # - core:
41 # listen: 56 # listen:
42 # - port: 8081 57 # - 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!