Skip to content

Instantly share code, notes, and snippets.

View wvfitzgerald's full-sized avatar
💭
Bug Hunting!

Bill Fitzgerald wvfitzgerald

💭
Bug Hunting!
View GitHub Profile
@wvfitzgerald
wvfitzgerald / .gitignore
Last active June 14, 2017 14:54 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@wvfitzgerald
wvfitzgerald / Wordpress Nginx Config
Created April 21, 2017 19:44 — forked from kjprince/Wordpress Nginx Config
/etc/nginx/wordpress.conf
##################################
# WORDPRESS NGINX CONFIGURATIONS
##################################
# /etc/nginx/wordpress.conf
#
# Contains a common configuration for use by nginx on a WordPress
# installation. This file should be included in any WordPress site
# nginx virtual host config located in sites-available with the following line:
#
# include /etc/nginx/wordpress.config;