Add Private Prefetch Proxy

This commit is contained in:
VirtuBox
2022-09-13 15:22:09 +02:00
parent 7d3934978b
commit 0905651273
4 changed files with 21 additions and 3 deletions

View File

@@ -220,6 +220,11 @@ def post_pref(self, apt_packages, packages, upgrade=False):
'{0}/locations-wo.conf'
.format(ngxcom),
'locations.mustache', data)
# traffic advice file
WOTemplate.deploy(self,
'/var/www/html/'
'.well-known/traffic-advice',
'traffic-advice.mustache', data)
WOTemplate.deploy(self,
'{0}/wpsubdir.conf'