Skip to content

Instantly share code, notes, and snippets.

View fendorio's full-sized avatar
💭
Programmer by day... and night

Lee Brindley fendorio

💭
Programmer by day... and night
  • Fendorio
  • Wiltshire, UK
View GitHub Profile
@fendorio
fendorio / nginx.conf
Created May 7, 2018 12:07 — forked from pik4ez/nginx.conf
MODx Revo 2.2 nginx config.
server {
server_name modx.local;
charset utf-8;
error_log /var/log/nginx/modx.error.log;
access_log /var/log/nginx/modx.access.log;
root /var/www/modx;
client_max_body_size 30M;
index index.php;
location / {
@fendorio
fendorio / 0_reuse_code.js
Created October 10, 2016 11:27
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console