I have several sites on my servers, so I need to configure one admin
subdomain for each one. However, I don't want to make:

if (req.http.Host ~ "(?i)(admin.domain1.com|admin.domain2.com|
admin.domainN.com)?$") {}

Can I do this only with one regular expression of the type (admin\.(.*)) ?
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to