We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3806f commit 8fbe64dCopy full SHA for 8fbe64d
install/hst-install-debian.sh
@@ -1237,6 +1237,7 @@ echo "[ * ] Configuring NGINX..."
1237
rm -f /etc/nginx/conf.d/*.conf
1238
cp -f $HESTIA_INSTALL_DIR/nginx/nginx.conf /etc/nginx/
1239
cp -f $HESTIA_INSTALL_DIR/nginx/status.conf /etc/nginx/conf.d/
1240
+cp -f $HESTIA_INSTALL_DIR/nginx/agents.conf /etc/nginx/conf.d/
1241
cp -f $HESTIA_INSTALL_DIR/nginx/phpmyadmin.inc /etc/nginx/conf.d/
1242
cp -f $HESTIA_INSTALL_DIR/nginx/phppgadmin.inc /etc/nginx/conf.d/
1243
cp -f $HESTIA_INSTALL_DIR/logrotate/nginx /etc/logrotate.d/
0 commit comments