Add GeoIP (PECL) support to PHP
This commit is contained in:
parent
4ce42ab74d
commit
9e26f1b24a
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ Note: The Mail Server requires SSL certificates
|
|||
|
||||
### Package Requirements for Web Server
|
||||
|
||||
nginx, php, php-apcu-bc, php-fpm, php-composer, php-gd, php-imap, php-intl, php-mcrypt, php-memcached, memcached, mariadb, bower, gulp, npm, certbot
|
||||
nginx, php, php-apcu-bc, php-fpm, php-composer, php-gd, php-imap, php-intl, php-mcrypt, php-memcached, php-geoip, geoip-database geoip-database-extra, memcached, mariadb, bower, gulp, npm, certbot
|
||||
|
||||
### Folders for Web Server
|
||||
|
||||
|
|
2
php/conf.d/geoip.ini
Normal file
2
php/conf.d/geoip.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
extension=geoip.so
|
||||
geoip.custom_directory=/usr/share/GeoIP/
|
Loading…
Reference in a new issue