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
That's correct. When using the dispatcher there's no way to avoid this. However, nothing stops you from keeping the two apps separated (i.e. as two wsgi apps in your webserver / wsgi container).
@humiaozuzu Yes they do. If you want to separate them so that you can reload them separately, i would recommend doing the dispatching in nginx or Apache.
from
http://flask.pocoo.org/docs/patterns/appdispatch
In deployment environment, I can only reload both
frontend
andbackend
app.The text was updated successfully, but these errors were encountered: