Skip to content

Instantly share code, notes, and snippets.

View ergestnako's full-sized avatar

Ergest NAKO ergestnako

View GitHub Profile
@ergestnako
ergestnako / nginx.conf
Created May 26, 2023 10:59 — forked from nrollr/nginx.conf
NGINX config for SSL with Let's Encrypt certs
# UPDATED 17 February 2019
# Redirect all HTTP traffic to HTTPS
server {
listen 80;
listen [::]:80;
server_name www.domain.com domain.com;
return 301 https://$host$request_uri;
}
# SSL configuration
@ergestnako
ergestnako / Contract Killer 3.md
Created June 5, 2017 17:10
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post