4f436265 by Gustavo Calcaterra Committed by DevOps

Update SSL config

1 parent f38f78d3
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
37 set_header: 37 set_header:
38 field: Host 38 field: Host
39 value: $host 39 value: $host
40 #Configure this to redirect to HTTPS, as of 26-oct-22, it should only be available for test
40 rewrite: 41 rewrite:
41 return: 42 return:
42 code: 301 43 code: 301
...@@ -49,6 +50,13 @@ ...@@ -49,6 +50,13 @@
49 ssl: 50 ssl:
50 certificate: /etc/letsencrypt/live/vueapp.test.vue.gov.py/fullchain.pem 51 certificate: /etc/letsencrypt/live/vueapp.test.vue.gov.py/fullchain.pem
51 certificate_key: /etc/letsencrypt/live/vueapp.test.vue.gov.py/privkey.pem 52 certificate_key: /etc/letsencrypt/live/vueapp.test.vue.gov.py/privkey.pem
53 prefer_server_ciphers: true
54 session_cache:
55 shared:
56 name: SSL
57 size: 10m
58 session_timeout: 10m
59 #ssl_ciphers: PROFILE=SYSTEM;
52 log: 60 log:
53 access: 61 access:
54 - path: /var/log/nginx/access.log 62 - 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!