Ver Fonte

test-ssl

formation há 5 anos atrás
pai
commit
1c24aa931e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      build/docker/apache/Dockerfile

+ 1 - 0
build/docker/apache/Dockerfile

@@ -14,6 +14,7 @@ COPY $PWD/build/docker/apache/apache.conf /etc/apache2/sites-available/foodgame.
 
 RUN a2dissite 000-default default-ssl
 RUN a2ensite foodgame.fr 
+RUN a2enmod ssl
 
 
 WORKDIR /var/www/index.html