summarylogtreecommitdiffstats
path: root/nginx.conf
diff options
context:
space:
mode:
authorJames An2016-08-05 12:28:46 -0400
committerJames An2016-08-05 12:29:08 -0400
commit242593e9248f442274c74b4f01f772a136a8bea8 (patch)
tree126cb7adff9eaf912d5a6292468da81a92b8d523 /nginx.conf
parent21ac0fd280e9a21efeecae470d07ea10afb0b31d (diff)
downloadaur-242593e9248f442274c74b4f01f772a136a8bea8.tar.gz
Moved aegir home to /var folder as its variable data.
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 a52732c215e4..61ee694915e4 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -16,5 +16,5 @@ http {
keepalive_timeout 65;
gzip on;
- include /usr/share/webapps/aegir/config/nginx.conf;
+ include /var/lib/aegir/config/nginx.conf;
}