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
Currently, debug settings are determined by the port on which the nginx container listens. It would be much clearer if this was decoupled. Also, conversation in #815 suggests that it would be better if nginx listened (behind the edge router) on a non-80 port.
For this issue:
Have nginx always listen on a non-80 port.
Configure debug with an explicit environment variable (for example, DEVELOPMENT: True or DEVELOPMENT: False
Update documentation for the above.
The text was updated successfully, but these errors were encountered:
Currently, debug settings are determined by the port on which the nginx container listens. It would be much clearer if this was decoupled. Also, conversation in #815 suggests that it would be better if nginx listened (behind the edge router) on a non-80 port.
For this issue:
DEVELOPMENT: True
orDEVELOPMENT: False
The text was updated successfully, but these errors were encountered: