Skip to content
Snippets Groups Projects
Verified Commit c200c68f authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Rollback ssl portu

parent c5a7081b
No related branches found
No related tags found
No related merge requests found
Pipeline #10338 passed
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p4
BUILD_VERSION: p5
services:
- docker:20.10.9-dind
......
......@@ -70,7 +70,6 @@ fi
if [ "$LISTEN_PORT" != "80" ]; then
echo "Info: Customizing Apache Listen port to $LISTEN_PORT"
sed -i "s/Listen 80\$/Listen $LISTEN_PORT/" /etc/apache2/ports.conf /etc/apache2/sites-available/000-default.conf
sed -i "s/Listen 443\$/Listen 8443/" /etc/apache2/ports.conf /etc/apache2/sites-available/default-ssl.conf
fi
# Check if database is available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment