We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488dccf commit a73ca76Copy full SHA for a73ca76
1 file changed
install/upgrade/versions/1.0.3.sh
@@ -26,7 +26,7 @@ sed -i "s|ssl_tlsv1=YES|ssl_tlsv1=NO|g" /etc/vsftpd.conf
26
# Enhance Dovecot security
27
echo "(*) Modifying Dovecot SSL configuration..."
28
mv /etc/dovecot/conf.d/10-ssl.conf $HESTIA_BACKUP/conf/
29
-cp -rf $hestiacp/dovecot/10-ssl.conf /etc/dovecot/conf.d/
+cp -rf $hestiacp/dovecot/conf.d/10-ssl.conf /etc/dovecot/conf.d/
30
31
# Update DNS resolvers in hestia-nginx's configuration
32
echo "(*) Updating DNS resolvers for Hestia Internal Web Server..."
0 commit comments