Skip to content

Instantly share code, notes, and snippets.

View lbensaad's full-sized avatar

Lahcen Bensaad lbensaad

  • Laghouat University
  • Algeria
View GitHub Profile
@lbensaad
lbensaad / wp.conf
Created April 20, 2015 05:37
ngx_pagespeed downstream caching config file
server {
listen 80;
server_name wp;
pagespeed off;
server_tokens off;
set $skip_cache 0;
# POST requests and urls with a query string should always go to PHP
if ($request_method = POST) {
set $skip_cache 1;