Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Include x_forwarded in workers example configs #14667

Merged
merged 12 commits into from
Jan 13, 2023
Prev Previous commit
Next Next commit
typo fix
  • Loading branch information
villepeh authored Dec 12, 2022
commit d9db17bf35949be0604ec6cd1c14d44637ba6905
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Remember to route necessary endpoints directly to a worker associated with it.

If you run the script as-is, it will create workers with the replication listener starting from port 8034 and another, regular http listener starting from 8044. If you don't need all of the stream writers listed in the script, just remove them from the ```STREAM_WRITERS``` array.

Hint: Note that `worker_pid_file` is required if you `worker_daemonize` is `true`. Uncomment and/or modify the line if needed.
Hint: Note that `worker_pid_file` is required if `worker_daemonize` is `true`. Uncomment and/or modify the line if needed.

```sh
#!/bin/bash
Expand Down