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:
@@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user