From 3d43bf57cd997fee573252ce9e8f7e51a1e7694f Mon Sep 17 00:00:00 2001 From: Vicente Falco Date: Mon, 29 May 2017 13:57:18 +0200 Subject: [PATCH] mailer docker --- services/nginx/conf-prod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/nginx/conf-prod.conf b/services/nginx/conf-prod.conf index f56ae70879..ac7f22dcbb 100644 --- a/services/nginx/conf-prod.conf +++ b/services/nginx/conf-prod.conf @@ -37,7 +37,7 @@ http { } location ~ ^/mailer(?:/(.*))?$ { - proxy_pass http://127.0.0.1:3003/$1$is_args$args; + proxy_pass http://mailer:3003/$1$is_args$args; } } } \ No newline at end of file