From a49395553a139667d5f12e95797ad6dc9c93e834 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Wed, 22 Jun 2022 11:29:59 +0200 Subject: [PATCH] docs(configuration/custom ca): fix systemd path Introduced by 03a66e469 --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index fb846e30b..e72d601dc 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -82,7 +82,7 @@ Don't forget to reload `systemd` conf and restart `xo-server`: # systemctl restart xo-server.service ``` -> For XO Proxy, the process is almost the same except the file to create is `/etc/systemd/system/xo-proxy.service/ca.conf` and the service to restart is `xo-proxy.service`. +> For XO Proxy, the process is almost the same except the file to create is `/etc/systemd/system/xo-proxy.service.d/ca.conf` and the service to restart is `xo-proxy.service`. ## Redis server