84fc53b6 by Gustavo Calcaterra Committed by DevOps

Add ssl to server on port 443

1 parent d5b07deb
...@@ -40,7 +40,11 @@ ...@@ -40,7 +40,11 @@
40 - core: 40 - core:
41 listen: 41 listen:
42 - port: 443 42 - port: 443
43 ssl: true
43 server_name: vueapp.test.vue.gov.py 44 server_name: vueapp.test.vue.gov.py
45 ssl:
46 certificate: /etc/letsencrypt/live/vueapp.test.vue.gov.py/fullchain.pem
47 certificate_key: /etc/letsencrypt/live/vueapp.test.vue.gov.py/privkey.pem
44 log: 48 log:
45 access: 49 access:
46 - path: /var/log/nginx/access.log 50 - path: /var/log/nginx/access.log
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!