Skip to content

Commit

Permalink
Added commands to start apache2 web server
Browse files Browse the repository at this point in the history
  • Loading branch information
iArcanic committed Jul 14, 2023
1 parent 97cb8ff commit 45c50bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ext-WWW.startup
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ ip link set up dev eth0

# Route to External-switch
ip route add default via 10.0.2.2 dev eth0

# Start apache2 web server
a2enmod ssl
a2ensite default-ssl
systemctl start apache2

0 comments on commit 45c50bf

Please sign in to comment.