4f436265 by Gustavo Calcaterra Committed by DevOps

Update SSL config

1 parent f38f78d3
......@@ -37,6 +37,7 @@
set_header:
field: Host
value: $host
#Configure this to redirect to HTTPS, as of 26-oct-22, it should only be available for test
rewrite:
return:
code: 301
......@@ -49,6 +50,13 @@
ssl:
certificate: /etc/letsencrypt/live/vueapp.test.vue.gov.py/fullchain.pem
certificate_key: /etc/letsencrypt/live/vueapp.test.vue.gov.py/privkey.pem
prefer_server_ciphers: true
session_cache:
shared:
name: SSL
size: 10m
session_timeout: 10m
#ssl_ciphers: PROFILE=SYSTEM;
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!