0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-08-01 11:08:04 +02:00

Fix problems with self signed SSL config - need to ensure cert and key file names are the same as VIRTUAL_HOST environment variable, and that DEFAULT_HOST needs to be specified as well

Signed-off-by: Sandeep Raghuraman <sandy.8925@gmail.com>
This commit is contained in:
Sandeep Raghuraman 2023-05-17 14:46:27 +05:30
parent 2d8f990304
commit ee24cea971
2 changed files with 8 additions and 5 deletions

View file

@ -0,0 +1 @@
VHOST=<your-server-ip-address-or-url-here>