Tagged Questions
2
votes
4answers
907 views
Building a High Performance Static Website
I'm looking to build a High Performance website. It has thousands of static HTML pages, that are specifically rendered depending on a form submit. I have a ruby script that generates these static HTML ...
1
vote
2answers
199 views
Use Varnish to inject content into pages from specific domains
I am experimenting with using Varnish as a proxy to inject some HTML into pages from specific domains.
So if any page is coming from *.organisation.edu.au, force a snippet of html immediately after ...