Apache+WellKnown: Determent keybase proof file based on domain
This commit is contained in:
parent
15aa5da045
commit
6ea1646f9b
2 changed files with 4 additions and 0 deletions
4
public/.htaccess
Normal file
4
public/.htaccess
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteCond %{REQUEST_URI} ^/.well-known/keybase.txt$
|
||||||
|
RewriteCond %{HTTP_HOST} ^(.*)$
|
||||||
|
RewriteRule ^(.*) /.well-known/%1.keybase.txt
|
Loading…
Reference in a new issue