From e8318269d15a5b5f603079fa5ad045087374cb13 Mon Sep 17 00:00:00 2001 From: maddaat Date: Mon, 13 Apr 2026 18:08:28 +0400 Subject: Configure SSL certificates --- etc/httpd/_acme.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/httpd/_acme.conf (limited to 'etc/httpd/_acme.conf') diff --git a/etc/httpd/_acme.conf b/etc/httpd/_acme.conf new file mode 100644 index 0000000..3c1a0ec --- /dev/null +++ b/etc/httpd/_acme.conf @@ -0,0 +1,4 @@ +location "/.well-known/acme-challenge/*" { + root "/acme" + request strip 2 +} -- cgit v1.2.3