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

Presun konfigurace mod_auth_mellon

parent c9abe707
No related branches found
No related tags found
No related merge requests found
Pipeline #94 passed
......@@ -68,7 +68,7 @@ RUN set -ex; \
chown -R www-data:www-data /var/www/html
COPY entrypoint.sh entrypoint.sh
ADD mod_auth_mellon.conf /etc/apache2/conf.d/mod_auth_mellon.conf
ADD mod_auth_mellon.conf /etc/apache2/conf-enabled/mod_auth_mellon.conf
ENTRYPOINT ["/var/www/html/entrypoint.sh"]
CMD ["apache2-foreground"]
......@@ -38,7 +38,7 @@ if [ ! -f /etc/apache2/saml2/${SP_ID}.xml ]; then
popd
fi
sed -i "s/{{SP_ID}}/${SP_ID}/g" /etc/apache2/conf.d/mod_auth_mellon.conf
sed -i "s/{{SP_ID}}/${SP_ID}/g" /etc/apache2/conf-enabled/mod_auth_mellon.conf
# Check if database is available
if [ -z "$DB_SOCK" ]; then
......
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