Skip to content

Instantly share code, notes, and snippets.

View milose's full-sized avatar

Miloš Šaković milose

View GitHub Profile
@nrollr
nrollr / nginx.conf
Last active April 22, 2024 15:11
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
@rauchg
rauchg / README.md
Last active January 6, 2024 07:19
require-from-twitter