summarylogtreecommitdiffstats
path: root/nginx.conf
diff options
context:
space:
mode:
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;
}