Skip to content

Commit

Permalink
switch off geoip nginx module dynamic module install
Browse files Browse the repository at this point in the history
switch back to non-dynmaic module for geoip nginx module as some VPS servers aren't recognising it properly and getting error

[CODEB]
nginx: [emerg] unknown directive "geoip_country" in /usr/local/nginx/conf/geoip.conf:2
[/CODEB]
  • Loading branch information
centminmod committed Mar 30, 2016
1 parent ddab60d commit fcdecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centmin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ NGXDYNAMIC_NJS='n'
NGXDYNAMIC_XSLT='n'
NGXDYNAMIC_PERL='n'
NGXDYNAMIC_IMAGEFILTER='y'
NGXDYNAMIC_GEOIP='y'
NGXDYNAMIC_GEOIP='n'
NGXDYNAMIC_STREAM='y'
NGXDYNAMIC_HEADERSMORE='n'
NGXDYNAMIC_SETMISC='n'
Expand Down

0 comments on commit fcdecae

Please sign in to comment.