Skip to content

Commit fc27921

Browse files
committed
PCI Compliant nginx configuration
1 parent b85fb33 commit fc27921

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/0.9.7/rhel/nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ http {
6666
proxy_read_timeout 90;
6767
proxy_buffers 32 4k;
6868

69+
# SSL PCI Compliance
70+
ssl_ciphers RC4:HIGH:!aNULL:!MD5:!kEDH;
71+
ssl_session_cache shared:SSL:10m;
72+
ssl_prefer_server_ciphers on;
6973

7074
# Error pages
7175
error_page 403 /error/403.html;

0 commit comments

Comments
 (0)