Skip to content

Instantly share code, notes, and snippets.

View CharlesIII's full-sized avatar

Charles Ciongoli III CharlesIII

  • Vultr
  • West Palm Beach
View GitHub Profile
@CharlesIII
CharlesIII / default.vcl
Last active November 5, 2019 05:22
Varnish 6.x default.vcl for Wordpress 5.x
vcl 4.1;
# Based on: https://github.com/mattiasgeniar/varnish-6.0-configuration-templates/blob/master/default.vcl
import std;
import directors;
backend server1 { # Define one backend
.host = "10.1.96.5"; # IP or Hostname of backend
.port = "8080"; # Port Apache or whatever is listening
.max_connections = 300; # That's it