Przeglądaj źródła

blank space indent fix

dpeca 8 lat temu
rodzic
commit
43fdf7a1cc
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      install/debian/8/nginx/nginx.conf

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

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