mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-04 15:54:48 +01:00
preliminary support for webfinger
It just echos back the subject given to it.
This commit is contained in:
@@ -31,6 +31,10 @@ rm -f /etc/init.d/php-fastcgi
|
||||
ln -s $(pwd)/conf/phpfcgi-initscript /etc/init.d/php-fastcgi
|
||||
update-rc.d php-fastcgi defaults
|
||||
|
||||
# Put our webfinger server script into a well-known location.
|
||||
cp tools/webfinger.php /usr/bin/mailinabox-webfinger.php
|
||||
chown www-data.www-data /usr/bin/mailinabox-webfinger.php
|
||||
|
||||
# Start services.
|
||||
service nginx restart
|
||||
service php-fastcgi restart
|
||||
|
||||
Reference in New Issue
Block a user