mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-22 14:12:25 +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
|
# Ignore variable dat
|
||||||
/.env
|
/.env
|
||||||
/log/[a-z0-9-]*
|
/log/[a-z0-9-]*
|
||||||
/data/*
|
/data/mongo/*
|
||||||
|
/data/mysql/*
|
||||||
|
/data/pqsql/*
|
||||||
|
/data/www/*
|
||||||
/backups/*
|
/backups/*
|
||||||
|
|
||||||
# Ignore Certificate Authority
|
# Ignore Certificate Authority
|
||||||
|
0
data/www/.keepme
Normal file
0
data/www/.keepme
Normal file
@ -205,7 +205,7 @@ services:
|
|||||||
# Web Server
|
# Web Server
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
httpd:
|
httpd:
|
||||||
image: devilbox/${HTTPD_SERVER:-nginx-stable}:0.16
|
image: devilbox/${HTTPD_SERVER:-nginx-stable}:0.17
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
@ -62,6 +62,8 @@ valid and trusted SSL certificates without any further work.
|
|||||||
.. important::
|
.. important::
|
||||||
Importing the CA into the browser is also recommended and required for the Devilbox
|
Importing the CA into the browser is also recommended and required for the Devilbox
|
||||||
intranet page to work properly.
|
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
|
Import the CA into your browser
|
||||||
|
Loading…
Reference in New Issue
Block a user