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

Change https port

parent 12b056db
No related branches found
No related tags found
No related merge requests found
Pipeline #10336 passed
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p2
BUILD_VERSION: p3
services:
- docker:20.10.9-dind
......
......@@ -70,6 +70,7 @@ 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