提交 77a62aec authored 作者: zhanrongzhen's avatar zhanrongzhen

fix error log bug

上级 eaaa65a7
...@@ -19,7 +19,7 @@ http { ...@@ -19,7 +19,7 @@ http {
listen 8080; listen 8080;
server_name localhost; server_name localhost;
access_log logs/access.log main_with_time; access_log logs/access.log main_with_time;
error_log logs/error.log main_with_time warn; error_log logs/error.log warn;
# 静态资源根目录 # 静态资源根目录
set $root_path "/var/www/html"; set $root_path "/var/www/html";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论