Skip to content

Commit cd28798

Browse files
committedJan 7, 2012
Fix a templating issue with seting the system user in nginx.
1 parent e75a835 commit cd28798

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,4 +1,4 @@
1-
user [% wreUser %];
1+
user [% config.get(user) %];
22
worker_processes 10;
33

44
error_log [% config.getRoot %]/var/logs/nginx_error.log;

0 commit comments

Comments
 (0)
Please sign in to comment.