Skip to content

Instantly share code, notes, and snippets.

View asamofal's full-sized avatar
🇺🇦

Anton Samofal asamofal

🇺🇦
View GitHub Profile
@asamofal
asamofal / nginx.conf
Last active December 9, 2019 11:32 — forked from VirtuBox/ssl.conf
Nginx SSL/TLS configuration with TLSv1.2 and TLSv1.3 - ECDHE and strong ciphers suite (Openssl 1.1.1)
https://angristan.xyz/how-to-enable-tls-13-nginx/
##
# SSL Settings (TLSv1.2 and TLSv1.3)
##
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-256-GCM-SHA384:TLS13-AES-128-GCM-SHA256:EECDH+CHACHA20:EECDH+AESGCM;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:50m;
@asamofal
asamofal / homestead-manual-install.md
Last active August 15, 2019 07:41 — forked from idecardo/homestead-manual-install.md
Laravel Homestead Manual Installation

Getting Started

Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, HHVM, a web server, and any other server software on your local machine. Read more...

Download

Download homestead box: