blank space indent fix

This commit is contained in:
dpeca 2017-11-20 17:06:01 +01:00 committed by GitHub
commit 43fdf7a1cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;