set-misc-nginx-module icon indicating copy to clipboard operation
set-misc-nginx-module copied to clipboard

Setup in Docker

Open swainsubrat opened this issue 4 years ago • 2 comments

I've a containerized application. I want to install this plugin in the Nginx container. How can I do that. Any tutorial or link to the same would be helpful.

swainsubrat avatar Jun 24 '21 10:06 swainsubrat

You can use the prebuilt dynamic module, or you can build the dynamic module yourself. Copy the dynamic module to the container, and then load the dynamic module in nginx.conf. such as: docker pull soulteary/prebuilt-nginx-modules:ngx-1.21.1-set-misc-master

annizal avatar Oct 17 '22 08:10 annizal