samedi 24 avril 2021

How to compile nginx with 3rd party nginx modules on Windows10?

Scenario: Nginx is acting as a reverse proxy to IIS where a Json file upload app is hosted. I want to move away from IIS as nginx and IIS communication issues arise whenever the server is restarted.
Nginx has a third party module named nginx-upload-module https://www.nginx.com/resources/wiki/modules/upload/.
I want to use this so that there will be no need to depend on any other app or framework.
I need to compile nginx server with this module on WINDOWS OS.
There is source code on github https://github.com/nginxinc/nginx-wiki. Referred this official page http://nginx.org/en/docs/howto_build_on_win32.html but code here (from mercurial scm) has a different directory structure and does not include this upload module. So I'm not sure if compiling the code(on github) will give me a proper nginx server which will run like the present one or not.
Please let me know if any alternative is better than using upload module as I see not so positive responses in using that




Aucun commentaire:

Enregistrer un commentaire