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
As talked about in #368 the --reload setting ignores the --uds setting, thereby reload binds itself to the default localhost:8000.
In our dev deployment we try to stay as close to production as possible. Due to this issue we have to workaround our nginx config to fall back to a https socket in dev,
I would like to request this feature to be added.
The text was updated successfully, but these errors were encountered:
Personally I'm going to treat this as out of scope at the moment. If someone wants to take a go at a PR for it, I'd happily review it, but otherwise there's no realistic chance of me being able to make time for it.
For now --reload is a development setting that shouldn't be used alongside --uds which is for use with in production.
The `--reload` option is incompatible with the `--uds` and `--fd` options. This can be surprising
to developers that are trying to replicate production deployment settings in their development
environment.
This simply adds some notes to the deployment documentation to let people know about this ahead of
time.
See encode#368 and encode#586.
As talked about in #368 the
--reload
setting ignores the--uds
setting, thereby reload binds itself to the default localhost:8000.In our dev deployment we try to stay as close to production as possible. Due to this issue we have to workaround our nginx config to fall back to a https socket in dev,
I would like to request this feature to be added.
The text was updated successfully, but these errors were encountered: