1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

have webfinger output a JSON file in STORAGE_ROOT/webfinger/(acct/..)

This commit is contained in:
Joshua Tauberer
2014-06-21 17:08:18 +00:00
parent 326cc2a451
commit 0ab43ef4fd
2 changed files with 38 additions and 3 deletions

View File

@@ -34,6 +34,8 @@ update-rc.d php-fastcgi defaults
# Put our webfinger server script into a well-known location.
cp tools/webfinger.php /usr/local/bin/mailinabox-webfinger.php
chown www-data.www-data /usr/local/bin/mailinabox-webfinger.php
mkdir -p $STORAGE_ROOT/webfinger/acct;
chown -R $STORAGE_USER $STORAGE_ROOT/webfinger
# Start services.
service nginx restart