Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ssl_session_cache shared:le_nginx_SSL:1m;
- ssl_session_timeout 1d;
- ssl_session_tickets off;
- ssl_protocols TLSv1.2;
- ssl_prefer_server_ciphers on;
- ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
- ssl_ecdh_curve secp384r1;
- ssl_stapling on;
- ssl_stapling_verify on;
- add_header Strict-Transport-Security "max-age=15768000; includeSubdomains; preload;";
- add_header Referrer-Policy "no-referrer, strict-origin-when-cross-origin";
- add_header X-Frame-Options SAMEORIGIN;
- add_header X-Content-Type-Options nosniff;
- add_header X-XSS-Protection "1; mode=block";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement