Skip to content

Instantly share code, notes, and snippets.

View jbolotin's full-sized avatar

Jonah Bolotin jbolotin

  • San Francisco, California
View GitHub Profile
@plentz
plentz / nginx.conf
Last active March 3, 2026 06:56
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048