From: Raphaƫl Gertz Date: Wed, 5 Apr 2017 18:09:09 +0000 (+0200) Subject: Fix path X-Git-Tag: 2.0.3~26 X-Git-Url: https://git.rapsys.eu/acme/commitdiff_plain/e714f0566d12b8ad35c9e3768ed6a6f0f5236a9f Fix path --- diff --git a/www/acme.conf b/www/acme.conf index fbb7772..6d812a2 100644 --- a/www/acme.conf +++ b/www/acme.conf @@ -18,5 +18,5 @@ RewriteCond %{HTTPS} off # Rewrite acme uri on php script - RewriteRule /\.well\-known/acme\-challenge/([-_a-zA-Z0-9]+) /var/www/acme/acme-challenge.php?key=$1 [L] + RewriteRule /\.well\-known/acme\-challenge/([-_a-zA-Z0-9]+) /usr/share/acme/acme-challenge.php?key=$1 [L]