Create upstream.conf

This commit is contained in:
Alexandre
2021-09-20 19:55:55 +02:00
committed by GitHub
parent 671188d558
commit 6dc08d0581

View File

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