summaryrefslogtreecommitdiff
path: root/etc/examples
diff options
context:
space:
mode:
authordenis <denis@cvs.openbsd.org>2020-11-04 10:34:19 +0000
committerdenis <denis@cvs.openbsd.org>2020-11-04 10:34:19 +0000
commit2a747228c71b5e2ea9a1a382b9d28de95d790a7b (patch)
treed0400a6b41d8c4e7adc66ae7cb04e30258e13988 /etc/examples
parent99d0a3de7f25f12440abe8e809000bdf2f2ae5d8 (diff)
Back out last commit.
Some devs are not convinced.
Diffstat (limited to 'etc/examples')
-rw-r--r--etc/examples/httpd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/examples/httpd.conf b/etc/examples/httpd.conf
index 1abd3b68faa..3083d970382 100644
--- a/etc/examples/httpd.conf
+++ b/etc/examples/httpd.conf
@@ -1,8 +1,8 @@
-# $OpenBSD: httpd.conf,v 1.21 2020/11/02 20:30:41 denis Exp $
+# $OpenBSD: httpd.conf,v 1.22 2020/11/04 10:34:18 denis Exp $
server "example.com" {
listen on * port 80
- location found "/.well-known/acme-challenge/*" {
+ location "/.well-known/acme-challenge/*" {
root "/acme"
request strip 2
}
@@ -20,7 +20,7 @@ server "example.com" {
location "/pub/*" {
directory auto index
}
- location found "/.well-known/acme-challenge/*" {
+ location "/.well-known/acme-challenge/*" {
root "/acme"
request strip 2
}