Skip to content

Commit

Permalink
Merge pull request #2 from Conjur-Enterprise/test-sp-ci-fix
Browse files Browse the repository at this point in the history
CNJR-2988: Update NGINX config
  • Loading branch information
imheresamir authored and GitHub Enterprise committed Oct 24, 2023
2 parents 3cd3797 + 8f7a37e commit 5facef1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions oss/nginx_base/proxy/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ server {
}

server {
listen 443;
listen 443 ssl;
server_name localhost;
ssl_certificate /etc/nginx/cert.crt;
ssl_certificate_key /etc/nginx/cert.key;
ssl_verify_client optional_no_ca;

ssl on;
ssl_session_cache builtin:1000 shared:SSL:10m;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1.3 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4;
ssl_prefer_server_ciphers on;

Expand Down

0 comments on commit 5facef1

Please sign in to comment.