Create upstream.conf

This commit is contained in:
Alexandre
2021-05-20 16:29:36 +02:00
committed by GitHub
parent b7fdbf3ecf
commit f56e58879f

View File

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