Skip to content
Snippets Groups Projects
Commit 1aff941b authored by mbi's avatar mbi
Browse files

Do not rewrite letsencrypt .well-known URI

parent 508c46a1
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@
RewriteCond %{REQUEST_FILENAME} !/status.php
RewriteCond %{REQUEST_FILENAME} !/ocs/v1.php
RewriteCond %{REQUEST_FILENAME} !/ocs/v2.php
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
RewriteRule .* index.php [PT,E=PATH_INFO:$1]
</IfModule>
<IfModule mod_mime.c>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment