Wrong port # for reverse proxy

This commit is contained in:
Patrick Fic
2020-04-13 21:01:22 -07:00
parent bdfb33f011
commit d55355dac5

View File

@@ -5,7 +5,7 @@ files:
group: root
content: |
upstream nodejs {
server 127.0.0.1:3000;
server 127.0.0.1:5000;
keepalive 256;
}