Skip to content

Instantly share code, notes, and snippets.

View ScottRadcliff's full-sized avatar
💭
Is this necessary?

Scott Radcliff ScottRadcliff

💭
Is this necessary?
View GitHub Profile
@ScottRadcliff
ScottRadcliff / nginx.conf
Created April 10, 2017 03:36 — forked from mjumbewu/nginx.conf
Simple SSL-enabled nginx config to serve static files
server {
listen 80;
return 301 https://\$host\$request_uri;
}
server {
listen 443 ssl;
ssl_certificate [PATH_TO_SSL_CERT];
ssl_certificate_key [PATH_TO_SSL_CERT_KEY];
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}
@ScottRadcliff
ScottRadcliff / .recipe
Created October 17, 2012 20:35 — forked from sowawa/.recipe
Installing rails 4.0.0 beta
thumbnail: http://pds.exblog.jp/pds/1/201101/16/02/d0055302_13383029.jpg
video: http://www.youtube.com/watch?v=UE27t_LJpx0