Update upstream.conf

This commit is contained in:
Alexandre
2021-11-29 14:48:30 +01:00
committed by GitHub
parent f4c98bcf58
commit 2e7ba6d1f3

View File

@@ -1,3 +1,3 @@
upstream backend {
server 127.0.0.1:8080;
server 127.0.0.1:2202;
}