1Panel/agent/cmd/server/nginx_conf/upstream.conf

3 lines
53 B
Plaintext
Raw Normal View History

upstream backend {
server backend1.example.com;
}