Skip to content

Commit

Permalink
Fix a templating issue with seting the system user in nginx.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 7, 2012
1 parent e75a835 commit cd28798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/var/setupfiles/nginx.conf
@@ -1,4 +1,4 @@
user [% wreUser %];
user [% config.get(user) %];
worker_processes 10;

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

0 comments on commit cd28798

Please sign in to comment.