Skip to content

Commit 43fdf7a

Browse files
authored
blank space indent fix
1 parent 503a2df commit 43fdf7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/debian/8/nginx/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Server globals
2-
user www-data;
3-
worker_processes auto;
2+
user www-data;
3+
worker_processes auto;
44
worker_rlimit_nofile 65535;
55
timer_resolution 50ms; #In order to free some CPU cycles
66
error_log /var/log/nginx/error.log crit;

0 commit comments

Comments
 (0)