Skip to content

Commit 88ec07b

Browse files
committed
Added missing conf extension to the apache 2.4 config file
1 parent d791fb6 commit 88ec07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_apache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
PACKAGENAME=eratosthenes
66

77
# Copy the apache VirtualHost configuration file to the available site configurations directory
8-
sudo cp /opt/codebender/$PACKAGENAME/apache-config-2.4 /etc/apache2/sites-available/codebender-$PACKAGENAME
8+
sudo cp /opt/codebender/$PACKAGENAME/apache-config-2.4 /etc/apache2/sites-available/codebender-$PACKAGENAME.conf
99
cd /etc/apache2/sites-enabled
1010
# Add the vhost configuration file to the enabled sites
1111
sudo a2ensite codebender-$PACKAGENAME

0 commit comments

Comments
 (0)