Procházet zdrojové kódy

blank space indent fix

dpeca před 8 roky
rodič
revize
43fdf7a1cc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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;