]> Raphaël G. Git Repositories - acme/commitdiff
Fix path
authorRaphaël Gertz <git@rapsys.eu>
Wed, 5 Apr 2017 18:09:09 +0000 (20:09 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 5 Apr 2017 18:09:09 +0000 (20:09 +0200)
www/acme.conf

index fbb777217420787a0f41c016b4d358bd067b1975..6d812a26bb8ecd8f2680dce701073bd3699db8db 100644 (file)
@@ -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>