WellKnown: Set application/jrd+json mime type for webfinger file
This commit is contained in:
parent
b1914b3815
commit
6a2f78d602
1 changed files with 5 additions and 0 deletions
|
@ -13,3 +13,8 @@ RewriteRule ^REIN.gif$ https://702.rip/rein.gif [L,R=301]
|
||||||
# Nice to have redirects
|
# Nice to have redirects
|
||||||
RewriteRule ^git$ https://gitlab.upi.li/networkException/nwex.de [L,R=301]
|
RewriteRule ^git$ https://gitlab.upi.li/networkException/nwex.de [L,R=301]
|
||||||
RewriteRule ^xhr$ https://nwex.de/xhr.html [L,R=301]
|
RewriteRule ^xhr$ https://nwex.de/xhr.html [L,R=301]
|
||||||
|
|
||||||
|
# MIME Types
|
||||||
|
<FilesMatch "webfinger$">
|
||||||
|
ForceType application/jrd+json
|
||||||
|
</FilesMatch>
|
||||||
|
|
Loading…
Reference in a new issue