This document describes nginx-module-executev1.6.1released on May 21 2018. Introduction Thengx_http_execute_moduleis used to execute commands remotely and return results. Configuration example: worker_processes
The NginxExecute module executes the shell command through GET and POST to display the result. Configuration example: location ... { ... command on; } worker_processes 2; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keep...
when trying make getting below error (I have enable openssl module) -L/usr/local/Cellar/luajit/2.1_1/lib -Wl,-rpath,/usr/local/Cellar/luajit/2.1_1/lib -L/usr/local/Cellar/luajit/2.1_1/lib -lluajit-5.1 -lm -ldl -pagezero_size 10000 -image_base 100000000 -L/usr/local/Cellar/lua...