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
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
Then start a server with either rackup or thin, both will start it incorrectly:
thin -C config/private_pub.yml -e development start
Using rack adapter
Thin web server (v1.6.4 codename Gob Bluth)
Maximum connections set to 1024
Listening on 0.0.0.0:3000, CTRL+C to stop
rackup private_pub.ru -s thin -E development
Thin web server (v1.6.4 codename Gob Bluth)
Maximum connections set to 1024
Listening on localhost:9292, CTRL+C to stop
Of course I can override host/port for both, but seems like the issue described it's not a desired behaviour.
The text was updated successfully, but these errors were encountered:
If you specify the host like this:
Then start a server with either
rackup
orthin
, both will start it incorrectly:Of course I can override host/port for both, but seems like the issue described it's not a desired behaviour.
The text was updated successfully, but these errors were encountered: