summarylogtreecommitdiffstats
path: root/aegir.install
diff options
context:
space:
mode:
Diffstat (limited to 'aegir.install')
-rw-r--r--aegir.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/aegir.install b/aegir.install
index 7e984fd7d4e7..71ffeb978c0e 100644
--- a/aegir.install
+++ b/aegir.install
@@ -28,9 +28,9 @@ post_install() {
echo " --root=/usr/share/webapps/hostmaster \\"
echo " --aegir_db_user=aegir --aegir_db_pass=password \\"
echo " --client_email=aegir@$(hostname) \\"
- echo " --aegir_host=$(hostname) aegir.$(hostname)\\"
+ echo " --aegir_host=$(hostname) aegir.$(hostname)"
echo " 5. Reconfigure Aegir's nginx configuration to use UNIX sockets instead of a network loopback port:"
- echo " # sed -i 's#127.0.0.1:9000#unix:/run/php-fpm/php-fpm.sock#' /var/lib/aegir/config/includes/nginx_vhost_common.conf"
+ echo " # sed -i 's#127.0.0.1:9000#unix:/run/php-fpm/php-fpm.sock#' /usr/share/webapps/aegir/config/includes/nginx_vhost_common.conf"
echo " 6. Start and start on boot the Aegir stack target:"
echo " # systemctl enable --now aegir.target"
echo " 7. Enable the hosting_queued module/hosting feature, unmask the queue daemon service unit, and restart the Aegir stack:"