redscience
Results
2
comments of
redscience
nginx -v nginx version: nginx/1.18.0
Additional details: cd nginx-1.8.0 patch -p1 < /path/nginx_upstream_check_module/check.patch ./configure --add-module=/path/nginx_upstream_check_module make **make: *** No targets specified and no makefile found. Stop.** vim Makefile ``` default: build clean: rm -rf Makefile...