This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree 5 files changed +5
-6
lines changed
5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 21
21
nginx \
22
22
nginx-mod-http-echo \
23
23
nginx-mod-http-fancyindex \
24
- nginx-mod-http-geoip \
25
24
nginx-mod-http-geoip2 \
26
25
nginx-mod-http-headers-more \
27
26
nginx-mod-http-image-filter \
36
35
nginx-mod-mail \
37
36
nginx-mod-rtmp \
38
37
nginx-mod-stream \
39
- nginx-mod-stream-geoip \
40
38
nginx-vim \
41
39
php7-bz2 \
42
40
php7-ctype \
46
44
php7-gd \
47
45
php7-iconv \
48
46
php7-intl \
47
+ php7-ldap \
49
48
php7-mcrypt \
50
49
php7-memcached \
51
50
php7-mysqli \
Original file line number Diff line number Diff line change 21
21
nginx \
22
22
nginx-mod-http-echo \
23
23
nginx-mod-http-fancyindex \
24
- nginx-mod-http-geoip \
25
24
nginx-mod-http-geoip2 \
26
25
nginx-mod-http-headers-more \
27
26
nginx-mod-http-image-filter \
36
35
nginx-mod-mail \
37
36
nginx-mod-rtmp \
38
37
nginx-mod-stream \
39
- nginx-mod-stream-geoip \
40
38
nginx-vim \
41
39
php7-bz2 \
42
40
php7-ctype \
46
44
php7-gd \
47
45
php7-iconv \
48
46
php7-intl \
47
+ php7-ldap \
49
48
php7-mcrypt \
50
49
php7-memcached \
51
50
php7-mysqli \
Original file line number Diff line number Diff line change 21
21
nginx \
22
22
nginx-mod-http-echo \
23
23
nginx-mod-http-fancyindex \
24
- nginx-mod-http-geoip \
25
24
nginx-mod-http-geoip2 \
26
25
nginx-mod-http-headers-more \
27
26
nginx-mod-http-image-filter \
36
35
nginx-mod-mail \
37
36
nginx-mod-rtmp \
38
37
nginx-mod-stream \
39
- nginx-mod-stream-geoip \
40
38
nginx-vim \
41
39
php7-bz2 \
42
40
php7-ctype \
46
44
php7-gd \
47
45
php7-iconv \
48
46
php7-intl \
47
+ php7-ldap \
49
48
php7-mcrypt \
50
49
php7-memcached \
51
50
php7-mysqli \
Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
257
257
258
258
## Versions
259
259
260
+ * ** 02.08.19:** - Add php7-ldap, remove geoip v1(deprecated).
260
261
* ** 01.08.19:** - Mark https redirect block as default_server (effective only for new installs).
261
262
* ** 31.07.19:** - Create GeoIP2 databse (libmaxminddb) during container start if it doesn't exist.
262
263
* ** 30.07.19:** - Support main domain via duckdns validation.
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126
126
127
127
# changelog
128
128
changelogs :
129
+ - { date: "02.08.19:", desc: "Add php7-ldap, remove geoip v1(deprecated)." }
129
130
- { date: "01.08.19:", desc: "Mark https redirect block as default_server (effective only for new installs)." }
130
131
- { date: "31.07.19:", desc: "Create GeoIP2 databse (libmaxminddb) during container start if it doesn't exist." }
131
132
- { date: "30.07.19:", desc: "Support main domain via duckdns validation." }
You can’t perform that action at this time.
0 commit comments