From 8a1005630e1c0d1191c8decc603e30baa24d0cf4 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 17 Jan 2019 13:49:32 +0100 Subject: [PATCH] Update 'Brotli/Install-build-dependencies.sh' --- Brotli/Install-build-dependencies.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Brotli/Install-build-dependencies.sh b/Brotli/Install-build-dependencies.sh index daec9cc..750e9d0 100644 --- a/Brotli/Install-build-dependencies.sh +++ b/Brotli/Install-build-dependencies.sh @@ -4,6 +4,14 @@ ###============================================================ # RUN THIS ONCE ##============================================================= +##Nginx Config Example +#location /deb/brotli/{ +#alias /var/www/brotli-builds/; +#autoindex on; +#} +## +##=============================================================# + #install Dependencies apt install -y curl gnupg dpkg-dev build-essential zlib1g-dev libpcre3 libpcre3-dev unzip apt-show-versions git