Skip to content

Instantly share code, notes, and snippets.

@x0n0x
x0n0x / wpfcwc.conf
Last active July 13, 2017 10:45 — forked from pelmered/wpfcwc.conf
EasyEngine WooCommerce config with FastCGI Cache
#
set $skip_cache 0;
# POST requests and URL with a query string should always go to php
if ($request_method = POST) {
set $skip_cache 1;
}
if ($query_string != "") {

Sketch Plugins

A list of Sketch plugins hosted at GitHub, in no particular order.