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

Opravneni k ssl klici

parent b9c6cb55
No related branches found
No related tags found
No related merge requests found
Pipeline #10337 passed
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p3
BUILD_VERSION: p4
services:
- docker:20.10.9-dind
......
......@@ -16,6 +16,6 @@ RUN set -ex; \
COPY entrypoint.sh entrypoint.sh
ADD mod_auth_mellon.conf /etc/apache2/conf-enabled/mod_auth_mellon.conf
RUN a2ensite default-ssl; a2enmod headers rewrite remoteip ssl
RUN a2ensite default-ssl; a2enmod headers rewrite remoteip ssl;usermod -a -G ssl-cert www-data
USER www-data
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