静态站点使用docker部署时,希望nginx前台启动的同时可以将错误日志和访问日志全部重定向到标准输出
nginx前台启动
daemon off; error_log /dev/stdout warn; access_log /dev/stdout main;