1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 16:29:17 +08:00
1Panel/agent/cmd/server/nginx_conf/upstream.conf
2024-08-15 23:15:29 +08:00

3 lines
53 B
Plaintext

upstream backend {
server backend1.example.com;
}