mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-22 06:07:48 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
0a2fe975b7
5
.gitignore
vendored
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
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
|
||||
|
Loading…
Reference in New Issue
Block a user