Running NGINX in the Foreground

(copy) Running NGINX in the Foreground

copying from http://honeyco.nyc/blog/running-nginx-in-the-foreground/

默认情况下nginx是以daemon方式启动的,下面是如何让nginx在前台运行

If you’re planning on using nginx has a frontend to one or more app processes, it can be helpful to setup and test things locally. An easy way to do this is to run nginx in the foreground so you can quickly iterate your config options to see what works. First, you need to create a config:

Read More

交叉编译nginx

(转)nginx交叉编译问题处理

@[nginx|交叉编译]

本文转载自:http://blog.csdn.net/fish43237/article/details/40515897

工作中在ubuntu上交叉编译目标平台是openwrt的nginx程序,期间遇到了很多问题,在这片文章中都找到了答案,顺利的实现了编译,先谢谢这篇文章的作者,我就不再进行二次创作了,转载到我的博客只是为了备忘。

Read More