From a9fd338690339a40add1d529e2b2b8b4c0242002 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 23 Oct 2017 18:04:21 -0400 Subject: [PATCH] map icons server in nginx conf --- util/Setup/Program.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/Setup/Program.cs b/util/Setup/Program.cs index 684fc5b4ab..6ee1ffe4b6 100644 --- a/util/Setup/Program.cs +++ b/util/Setup/Program.cs @@ -369,6 +369,10 @@ server {{ location /identity/ {{ proxy_pass http://identity/; }} + + location /icons/ {{ + proxy_pass http://icons/; + }} }}"); } }