From 1b521b87c57ba7f9c420c7f52bda4a9cb5cb0ed8 Mon Sep 17 00:00:00 2001 From: Manon Mercier Date: Fri, 9 Sep 2022 10:44:32 +0200 Subject: [PATCH] docs(configuration): add `certificates` in title to ease search (#6212) --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 1723931df..ebb5395bf 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -28,7 +28,7 @@ hostname = '0.0.0.0' port = 80 ``` -## HTTPS +## HTTPS and certificates XO-server can also run in HTTPS (you can run HTTP and HTTPS at the same time) - just modify what's needed in the `# Basic HTTPS` section, this time with the certificates/keys you need and their path: