mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 18:35:08 +01:00
On branch apache-ssl
Changes to be committed: modified: 13.0/apache/entrypoint.sh modified: 13.0/fpm-alpine/entrypoint.sh modified: 13.0/fpm/entrypoint.sh modified: 14.0/apache/entrypoint.sh modified: 14.0/fpm-alpine/entrypoint.sh modified: 14.0/fpm/entrypoint.sh modified: 15.0/apache/entrypoint.sh modified: 15.0/fpm-alpine/entrypoint.sh modified: 15.0/fpm/entrypoint.sh modified: docker-entrypoint.sh Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
parent
aeff968a80
commit
b13c578db0
10 changed files with 10 additions and 50 deletions
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
|
@ -130,11 +130,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
|||
fi
|
||||
|
||||
## APACHE SSL configuration (self signed certificates)
|
||||
echo "net voor de loop"
|
||||
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] ; then
|
||||
# if [ -d "/etc/apache2" ]; then
|
||||
echo "in de apache loop"
|
||||
if [ "${APACHE_SSL_SELFSIGNED}" = "true" ] || [ -d "/etc/apache2" ]; then
|
||||
a2enmod ssl
|
||||
a2enmod headers
|
||||
openssl genrsa -out ca.key 2048
|
||||
|
|
Loading…
Add table
Reference in a new issue