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

drop webfinger, see #95

This commit is contained in:
Joshua Tauberer
2014-10-07 20:30:36 +00:00
parent 06a8ce1c9d
commit 8566b78202
3 changed files with 1 additions and 64 deletions

View File

@@ -55,13 +55,6 @@ server {
client_max_body_size 20M;
}
# Webfinger configuration.
location = /.well-known/webfinger {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /usr/local/bin/mailinabox-webfinger.php;
fastcgi_pass php-fpm;
}
# Z-Push (Microsoft Exchange ActiveSync)
location /Microsoft-Server-ActiveSync {
include /etc/nginx/fastcgi_params;