change initial nginx conf test to web

This commit is contained in:
Collin M. Barrett 2019-01-13 18:55:35 -06:00
parent 1a70a545eb
commit 00c8b76c9a

View file

@ -6,7 +6,7 @@ http {
sendfile on;
upstream app_servers {
server app:5000;
server filterlists.web:5001;
}
server {