mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
PCI Compliant nginx configuration
This commit is contained in:
parent
b85fb33007
commit
fc279215ec
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ http {
|
|||
proxy_read_timeout 90;
|
||||
proxy_buffers 32 4k;
|
||||
|
||||
# SSL PCI Compliance
|
||||
ssl_ciphers RC4:HIGH:!aNULL:!MD5:!kEDH;
|
||||
ssl_session_cache shared:SSL:10m;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
# Error pages
|
||||
error_page 403 /error/403.html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue