Rapsys Git
/
acme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c939c
)
Fix path
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 5 Apr 2017 18:09:09 +0000
(20:09 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 5 Apr 2017 18:09:09 +0000
(20:09 +0200)
www/acme.conf
patch
|
blob
|
history
diff --git
a/www/acme.conf
b/www/acme.conf
index fbb777217420787a0f41c016b4d358bd067b1975..6d812a26bb8ecd8f2680dce701073bd3699db8db 100644
(file)
--- 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]
</IfModule>