Removed unneeded line

master
Keith Irwin 2022-11-07 11:14:02 -07:00
parent 2d7535b639
commit 92e271b2e5
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ RUN sed -i -e "s/^<VirtualHost \*:80>$/<VirtualHost *:${LISTEN_PORT}>/" \
-e "s/ServerAdmin .*$/ServerAdmin ${ADMIN_EMAIL}/" \
-e "s/#ServerName .*$/ServerName ${SERVER_NAME}/" \
-e 's|#Include conf-available/serve-cgi-bin.conf|Include conf-available/serve-cgi-bin.conf|' \
-e 's|^\tDocumentRoot .*$|\tDocumentRoot|' \
/etc/apache2/sites-available/000-default.conf
# Allow http user to run these binaries as root with sudo