浏览代码

blank space indent fix

dpeca 8 年之前
父节点
当前提交
43fdf7a1cc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      install/debian/8/nginx/nginx.conf

+ 2 - 2
install/debian/8/nginx/nginx.conf

@@ -1,6 +1,6 @@
 # Server globals
-user                 www-data;
-worker_processes         auto;
+user                    www-data;
+worker_processes        auto;
 worker_rlimit_nofile    65535;
 timer_resolution         50ms; #In order to free some CPU cycles
 error_log               /var/log/nginx/error.log crit;