You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,9 @@ By default, Waitress has been setup to server on all hostnames on port 80 using
103
103
104
104
You may have different needs so you can adjust and manipulate this by passing in environment variable to adjust the settings.
105
105
106
-
There are 2 options for doing this.
106
+
There are 2 options for doing this:
107
+
108
+
107
109
1. Pass a comma separated list of `host:port,host:port` to the `WAITRESS_LISTEN` param
108
110
109
111
The `WAITRESS_LISTEN` param takes precedence over `WAITRESS_HOST`/`WAITRESS_PORT` options, meaning if you include all 3, host and port settings will be ignored.
0 commit comments