WellKnown: Set application/jrd+json mime type for webfinger file

This commit is contained in:
networkException 2022-11-15 21:44:35 +01:00
parent b1914b3815
commit 6a2f78d602
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -13,3 +13,8 @@ RewriteRule ^REIN.gif$ https://702.rip/rein.gif [L,R=301]
# Nice to have redirects
RewriteRule ^git$ https://gitlab.upi.li/networkException/nwex.de [L,R=301]
RewriteRule ^xhr$ https://nwex.de/xhr.html [L,R=301]
# MIME Types
<FilesMatch "webfinger$">
ForceType application/jrd+json
</FilesMatch>