angristan / nginx-autoinstall

Compile NGINX from source with custom modules and patches on Debian and Ubuntu
GNU General Public License v3.0
636 stars 237 forks source link

Geoip patch #234

Closed tmiland closed 2 years ago

tmiland commented 2 years ago

Installed with:

HEADLESS=y \
NGINX_VER=MAINLINE \
PAGESPEED=y \
BROTLI=y \
HEADERMOD=y \
GEOIP=y \
GEOIP2_ACCOUNT_ID=YOUR_ACCOUNT_ID_HERE \
GEOIP2_LICENSE_KEY=YOUR_LICENSE_KEY_HERE \
FANCYINDEX=y \
CACHEPURGE=y \
SUBFILTER=y \
LUA=y \
WEBDAV=y \
VTS=y \
RTMP=y \
TESTCOOKIE=y \
REDIS2=y \
HTTPREDIS=y \
SRCACHE=y \
SETMISC=y \
NGXECHO=y \
./nginx-autoinstall.sh 2>&1 | tee nginx-installer.log

Install log (license key omitted): nginx-installer.log

*Edit: closing #128 closing #142

angristan commented 2 years ago

Thanks. This closes https://github.com/angristan/nginx-autoinstall/issues/128 and https://github.com/angristan/nginx-autoinstall/pull/142 then?

tmiland commented 2 years ago

Thanks. This closes #128 and #142 then?

Yes. 👍