Browse Source

map icons server in nginx conf

pull/139/head
Kyle Spearrin 8 years ago
parent
commit
a9fd338690
  1. 4
      util/Setup/Program.cs

4
util/Setup/Program.cs

@ -369,6 +369,10 @@ server {{ @@ -369,6 +369,10 @@ server {{
location /identity/ {{
proxy_pass http://identity/;
}}
location /icons/ {{
proxy_pass http://icons/;
}}
}}");
}
}

Loading…
Cancel
Save