added nginx

This commit is contained in:
Steve Waterworth
2018-02-09 14:41:45 -05:00
parent ad8a590983
commit 2ee925ae00

View File

@@ -8,6 +8,8 @@
This is a simple example microservices ecommerce application. This is a simple example microservices ecommerce application.
It has been built using various technologies: It has been built using various technologies:
<ul> <ul>
<li>AngularJS (1.x)</li>
<li>Nginx</li>
<li>NodeJS</li> <li>NodeJS</li>
<li>Java</li> <li>Java</li>
<li>Python</li> <li>Python</li>
@@ -15,7 +17,6 @@
<li>MongoDB</li> <li>MongoDB</li>
<li>Redis</li> <li>Redis</li>
<li>MySQL</li> <li>MySQL</li>
<li>AngularJS (1.x)</li>
</ul> </ul>
When deployed into an environment monitored by Instana, these technology stacks will be automatically When deployed into an environment monitored by Instana, these technology stacks will be automatically
detected and monitored, all with minimum configuration. Every request will be traced end to end. detected and monitored, all with minimum configuration. Every request will be traced end to end.