summarylogtreecommitdiffstats
path: root/nginx.conf
diff options
context:
space:
mode:
authorJames An2015-06-10 17:54:00 -0400
committerJames An2015-06-30 07:27:49 -0400
commita06ec4956d2af89fadd45850f1f29918518f3abf (patch)
tree68749633a046bdebae251dd22d0233228638dc97 /nginx.conf
parent9175e9ffd307a1e7077178fd3ee7a97ca98fb78a (diff)
downloadaur-a06ec4956d2af89fadd45850f1f29918518f3abf.tar.gz
Added support for ruby-mailcatcher as the smtp-forwarder for the aegir package and added a unique system user for the aegir package.
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index e7612d80b6a4..e9a9d6594fde 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -1,4 +1,4 @@
-user aegir;
+user aegir http;
worker_processes 1;
error_log stderr;