s3cr3t icon indicating copy to clipboard operation
s3cr3t copied to clipboard

NGINX security hardening

Open axl89 opened this issue 4 years ago • 0 comments

Improve NGINX security with the typical stuff:

  • Only use strong cipher suites
  • Prefer server ciphers
  • Maybe DH?
  • Maybe OCSP stapling?
  • Maybe HTTP Strict Transport Security?
  • Some basic headers I might be forgetting about? (i.e: clickjacking, XSS, etc.)
  • The ssl_session_cache variable

axl89 avatar Apr 18 '20 18:04 axl89