Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
  2. ssl_prefer_server_ciphers on;
  3. ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
  4. ssl_ecdh_curve secp384r1;
  5. ssl_session_cache shared:SSL:10m;
  6. ssl_session_tickets off;
  7. ssl_stapling on;
  8. ssl_stapling_verify on;
  9. resolver 145.239.123.190 valid=300s;
  10. resolver_timeout 5s;
  11. # Disable preloading HSTS for now. You can use the commented out header line that includes
  12. # the "preload" directive if you understand the implications.
  13. #add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";
  14. add_header Strict-Transport-Security "max-age=63072000; arcane-gaming.de";
  15. add_header X-Frame-Options DENY;
  16. add_header X-Content-Type-Options nosniff;
  17.  
  18. ssl_dhparam /etc/ssl/certs/dhparam.pem;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement