kit/nginx/upstream.conf

5 lines
95 B
Plaintext

upstream custom_upstream {
#server unix:/run/custom_upstream;
server 127.0.0.1:8080;
}