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