Merge branch 'master' into master

This commit is contained in:
Kushal 2018-06-28 11:29:19 -04:00 committed by GitHub
commit 0a2fe975b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions
.gitignore
data/www
docker-compose.yml
docs/configuration-global

5
.gitignore vendored

@ -16,7 +16,10 @@
# Ignore variable dat
/.env
/log/[a-z0-9-]*
/data/*
/data/mongo/*
/data/mysql/*
/data/pqsql/*
/data/www/*
/backups/*
# Ignore Certificate Authority

0
data/www/.keepme Normal file

@ -205,7 +205,7 @@ services:
# Web Server
# ------------------------------------------------------------
httpd:
image: devilbox/${HTTPD_SERVER:-nginx-stable}:0.16
image: devilbox/${HTTPD_SERVER:-nginx-stable}:0.17
restart: always
environment:

@ -62,6 +62,8 @@ valid and trusted SSL certificates without any further work.
.. important::
Importing the CA into the browser is also recommended and required for the Devilbox
intranet page to work properly.
You may also import the CA into your Operating System's Keystore. Information on that
is available at `GFI Root Certificate guide <https://manuals.gfi.com/en/kerio/connect/content/server-configuration/ssl-certificates/adding-trusted-root-certificates-to-the-server-1605.html>`_
Import the CA into your browser