This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upstream fuel { | |
# Defines a group of servers. Servers can listen on different ports. | |
server IP:PORT fail_timeout=0; | |
} | |
upstream frontend { | |
server IP:PORT fail_timeout=0; | |
} |