Skip to content
Snippets Groups Projects
Commit 25a1e534 authored by Henrik's avatar Henrik
Browse files

fix: fix 14

parent 3e0ced9f
No related branches found
No related tags found
1 merge request!91Feat/deployment
Pipeline #283828 passed
...@@ -27,9 +27,8 @@ http { ...@@ -27,9 +27,8 @@ http {
ssl_certificate /etc/ssl/certs/nginx-selfsigned.crt; ssl_certificate /etc/ssl/certs/nginx-selfsigned.crt;
ssl_certificate_key /etc/ssl/private/nginx-selfsigned.key; ssl_certificate_key /etc/ssl/private/nginx-selfsigned.key;
ssl_session_cache shared:SSL:1m; ssl_protocols TLSv1.2 TLSv1.3;
ssl_session_timeout 10m; ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384';
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
location / { location / {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment