Added apache2.conf to the docker image.

There are two settings I've changed:

-Timeout 300
+Timeout 3600
+ServerName cloud.blender.org
This commit is contained in:
2016-08-24 17:12:43 +02:00
parent 380c5387b5
commit a600f30b1f
2 changed files with 154 additions and 1 deletions

View File

@@ -37,9 +37,9 @@ ENV USE_X_SENDFILE True
EXPOSE 80
EXPOSE 5000
ADD apache2.conf /etc/apache2/apache2.conf
ADD 000-default.conf /etc/apache2/sites-available/000-default.conf
ADD docker-entrypoint.sh /docker-entrypoint.sh
ADD manage.sh /manage.sh
ENTRYPOINT ["bash", "/docker-entrypoint.sh"]