Backend server location specified as either a host:port pair or a unix domain docket.
Declarations
Type
(submodule) or absolute pathDefault
{
host = "127.0.0.1";
port = 80;
}Example
{
host = "127.0.0.1";
port = 8888;
}Backend server location specified as either a host:port pair or a unix domain docket.
(submodule) or absolute path{
host = "127.0.0.1";
port = 80;
}{
host = "127.0.0.1";
port = 8888;
}