Would you consider adding dynamic module support into nginx conf? #63
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#63
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is it possible to use nginx image or package that has geoip and other dynamic modules? It would be great to be able to have that ability.
ie. https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/
or possibly build the entire image from copy nginx:alpine https://github.com/nginxinc/docker-nginx/tree/master/mainline/alpine , it contains all dynamic modules and can be enabled if desired using ENV variables
I like the idea @virtuman I'll take a look
@virtuman I have a test version of php5 with dynamic module support, it would be great if you could test before i merge:
https://github.com/ngineered/nginx-php-fpm/tree/php5-dynamic
Hi @virtuman the test php5 and php7 images are in docker hub now.
Just use tags php5-dynamic or php7-dynamic when pulling. After wider testing we'll merge into the main images.
For example:
Ric
THANK YOU SO VERY MUCH !!! Much Appreciated !
This has now been completed and merged into the default branches.
So you can now use:
As before I'll be removing the dynamic tags as testing has finished.