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

new nginx configuration yaml file to allow proxying of whole domains elsewhere

This commit is contained in:
Joshua Tauberer
2014-07-09 12:31:32 +00:00
parent 04e30ffa78
commit 1a74b81f44
2 changed files with 17 additions and 1 deletions

View File

@@ -52,5 +52,7 @@ server {
fastcgi_param SCRIPT_FILENAME /usr/local/bin/mailinabox-webfinger.php;
fastcgi_pass unix:/tmp/php-fastcgi.www-data.sock;
}
# ADDITIONAL DIRECTIVES HERE
}