X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/2a10253aea57d1e25280392a4f9b4e9420ece1b8:/www/acme.conf..d17b7963e424d3574a4673e26ebd9aab38b741e6:/www/.static/gitweb.css diff --git a/www/acme.conf b/www/acme.conf deleted file mode 100644 index 8ff2241..0000000 --- a/www/acme.conf +++ /dev/null @@ -1,22 +0,0 @@ -# Acme configuration - - # Ignore htaccess - AllowOverride None - - # Allow follow symlinks (required by php or rewrite) - Options FollowSymLinks - - # Allow from all - Require all granted - - - - # Start rewrite engine - RewriteEngine on - - # Only if https is disabled - RewriteCond %{HTTPS} off - - # Rewrite acme uri on php script - RewriteRule /\.well\-known/acme\-challenge/([-_a-zA-Z0-9]+) /usr/share/acme/acme-challenge.php?key=$1 [L] -