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 2dc8097 commit 5d3806fCopy full SHA for 5d3806f
install/hst-install-ubuntu.sh
@@ -1277,6 +1277,7 @@ echo "[ * ] Configuring NGINX..."
1277
rm -f /etc/nginx/conf.d/*.conf
1278
cp -f $HESTIA_INSTALL_DIR/nginx/nginx.conf /etc/nginx/
1279
cp -f $HESTIA_INSTALL_DIR/nginx/status.conf /etc/nginx/conf.d/
1280
+cp -f $HESTIA_INSTALL_DIR/nginx/agents.conf /etc/nginx/conf.d/
1281
cp -f $HESTIA_INSTALL_DIR/nginx/phpmyadmin.inc /etc/nginx/conf.d/
1282
cp -f $HESTIA_INSTALL_DIR/nginx/phppgadmin.inc /etc/nginx/conf.d/
1283
cp -f $HESTIA_INSTALL_DIR/logrotate/nginx /etc/logrotate.d/
0 commit comments