84fc53b6 by Gustavo Calcaterra Committed by DevOps

Add ssl to server on port 443

1 parent d5b07deb
......@@ -40,7 +40,11 @@
- core:
listen:
- port: 443
ssl: true
server_name: vueapp.test.vue.gov.py
ssl:
certificate: /etc/letsencrypt/live/vueapp.test.vue.gov.py/fullchain.pem
certificate_key: /etc/letsencrypt/live/vueapp.test.vue.gov.py/privkey.pem
log:
access:
- 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!