Skip to content

Instantly share code, notes, and snippets.

@medchek
medchek / nginx.conf
Created January 25, 2024 04:34 — forked from plentz/nginx.conf
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