1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00

obviously put our stuff in /usr/local and not /usr

This commit is contained in:
Joshua Tauberer
2014-06-21 12:35:00 -04:00
parent d3cacd4a11
commit 326cc2a451
4 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ server {
# Webfinger configuration.
location = /.well-known/webfinger {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /usr/bin/mailinabox-webfinger.php;
fastcgi_param SCRIPT_FILENAME /usr/local/bin/mailinabox-webfinger.php;
fastcgi_pass unix:/tmp/php-fastcgi.www-data.sock;
}
}