J
jazir5
Guest
Varnish VCL Custom config
#vcl 4.0; #Based on: #https://github.com/mattiasgeniar/varnish-4.0-configuration-#templates/blob/master/default.vcl import std; import directors; #BACKEND_SERVERS** #Called when VCL is loaded, before any requests pass through it. #Typically used to initialize VMODs. #BACKEND_DIRECTORS** #Cal...
Gdoc to preserve the formatting. It's a compilation of 3 different varnish vcl configs I found online. I *think* I fixed all the formatting issues, but im not sure. Im not a coder. Im decent at auditing code, but not writing it. It's 507 lines long. I don't know if it's a missing ), a bracket or spacing or what.
Can't figure out what's wrong, i've been working on this and fixing errors for 4 straight hours. I'm at a loss at this point how to fix it, hope someone can take a look and tell me whats wrong with it.
Once this is working, it should be one of the best varnish configs available for wordpress, so id really love to get it working.
Last edited by a moderator: