This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$mailer = Swift_Mailer::newInstance( | |
Swift_SmtpTransport::newInstance('smtp.example.org', 25) | |
); | |
// NOTIFY=NEVER | |
$mailer->registerPlugin(new DsnPlugin([new NotifyHandler('never')])); | |
// --- OR --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ramr@localhost origin (cached:master:c-0:s-0+224:o-6126)]$ git stash show stash@{3} -p | |
diff --git a/images/router/haproxy/conf/haproxy-config.template b/images/router/haproxy/conf/haproxy-config.template | |
index eb5b565..0f4e999 100644 | |
--- a/images/router/haproxy/conf/haproxy-config.template | |
+++ b/images/router/haproxy/conf/haproxy-config.template | |
@@ -60,6 +60,7 @@ listen stats :1936 | |
frontend public | |
bind :{{env "ROUTER_SERVICE_HTTP_PORT" "80"}} | |
mode http | |
+ http-request replace-value Host (.*):.* \1 |