Skip to content

Instantly share code, notes, and snippets.

View ck46's full-sized avatar
๐Ÿ‘
It's about time!

Chansa Kabwe ck46

๐Ÿ‘
It's about time!
View GitHub Profile
@nrollr
nrollr / nginx.conf
Last active November 14, 2025 02:31
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
@xero
xero / irc.md
Last active November 16, 2025 15:24
irc cheat sheet