We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bb4f4 commit 01dececCopy full SHA for 01decec
INSTALL.sh
@@ -84,6 +84,9 @@ sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 200M/g' /etc/php/8.3/ap
84
cp /var/www/display/templates/apache2.vhost.conf /etc/apache2/sites-available/$1.conf
85
sed -i 's/DOMAIN/'$1'/g' /etc/apache2/sites-available/$1.conf
86
87
+# Implementing a SSL template in sites-avaiable for using own certificate
88
+cp /var/www/display/templates/apache2.vhost-ssl.conf /etc/apache2/sites-available/$1-ssl.conf
89
+sed -i 's/DOMAIN/'$1'/g' /etc/apache2/sites-available/$1-ssl.conf
90
# Restarting Apache webserver to load new configuration
91
systemctl restart apache2
92
0 commit comments