diff options
| author | maddaat <git@maddaat.org> | 2026-04-13 18:08:28 +0400 |
|---|---|---|
| committer | maddaat <git@maddaat.org> | 2026-04-13 19:27:41 +0400 |
| commit | e8318269d15a5b5f603079fa5ad045087374cb13 (patch) | |
| tree | 113e47c1bea426d5e4c913384c4b8550cef558c4 /etc/httpd/_acme.conf | |
| parent | 048968b8e0586eb86ad2c406fe0273670c1c1a43 (diff) | |
| download | infra-master.tar infra-master.tar.gz infra-master.tar.bz2 infra-master.tar.lz infra-master.tar.xz infra-master.tar.zst infra-master.zip | |
Diffstat (limited to 'etc/httpd/_acme.conf')
| -rw-r--r-- | etc/httpd/_acme.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 +} |
