mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
The original configure file mixed tab and space characters as indentation, so use 4 spaces as the default indentation character. Add /etc/nginx/conf.d/*.conf as nginx additional configure files. Then we can add individual conf file for other http applications without modify the main nginx configure file. Signed-off-by: James Qian <sotux82@gmail.com>