Create upstream.conf

This commit is contained in:
Alexandre
2021-04-09 21:58:48 +02:00
committed by GitHub
parent 454acd11ef
commit b45227bd91

View File

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