mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
<LocationMatch "^/.well-known/matrix*">
|
|
<IfModule mod_headers.c>
|
|
Header add Access-Control-Allow-Origin "*"
|
|
</IfModule>
|
|
ForceType application/json
|
|
</LocationMatch>
|
|
|
|
RewriteEngine On
|
|
RewriteRule "^/.well-known/matrix/(.*)" "/srv/web/.well-known-matrix-$1-fedoraproject-org" [L]
|