fix closing LocationMatch

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-08-30 17:26:22 -07:00
parent b4c0acd1b9
commit 6e4117cb94

View file

@ -2,7 +2,7 @@
<IfModule mod_headers.c>
Header add 'Access-Control-Allow-Origin: *'
</IfModule>
</Location>
</LocationMatch>
RewriteEngine On
RewriteRule "^/.well-known/matrix/(.*)" "/srv/web/.well-known-matrix-$1-fedoraproject-org" [L]