Skip to content

Commit 9921e41

Browse files
committedJan 1, 2012
Change the nginx error log name.
1 parent 255ac83 commit 9921e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/var/setupfiles/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
user [% wreUser %];
22
worker_processes 10;
33

4-
error_log [% config.getRoot %]/var/logs/error.log;
4+
error_log [% config.getRoot %]/var/logs/nginx_error.log;
55

66
pid [% config.getRoot %]/var/run/nginx.pid;
77

0 commit comments

Comments
 (0)
Please sign in to comment.