packages/net/nginx
Peter Stadler 2401fd6db5 nginx: use /etc/nginx/nginx.conf enabling conf.d/
Instead of the default nginx.conf file this file is a small variant
without examples that enables the /etc/nginx/conf.d/ directory.

It will pull in all configuration files from the conf.d directory.
So, other packages can add their server parts in the conf.d directory
without modifying the main nginx.conf file (cf. #9860).

Changed also the default logging behavior:
	error_log stderr; # the init forwards it to logd
	access_log off;

See the updated documentation at:
https://openwrt.org/docs/guide-user/services/webserver/nginx

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-01-28 12:24:55 +01:00
..
files nginx: use /etc/nginx/nginx.conf enabling conf.d/ 2020-01-28 12:24:55 +01:00
files-luci-support nginx: use /etc/nginx/nginx.conf enabling conf.d/ 2020-01-28 12:24:55 +01:00
patches nginx: update to 1.17.5 2019-11-16 17:16:00 +01:00
patches-dav-nginx nginx: update nginx-dav-ext-module to 3.0 2019-10-28 08:00:47 -03:00
patches-lua-nginx nginx: Package bump to 1.14.0 2018-06-02 14:02:37 +02:00
Config.in nginx: adds ubus external module 2019-10-30 21:32:12 +01:00
Config_ssl.in nginx: adds ubus external module 2019-10-30 21:32:12 +01:00
Makefile nginx: use /etc/nginx/nginx.conf enabling conf.d/ 2020-01-28 12:24:55 +01:00