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
This is a partial revert of efc51e8.
Due to an unfortunate conflict in the nginx configuration of
the server after the deploying of the commit mentioned above,
the _images directory ended up still being served by Django
which added a / to the end of the image path, using a permanent
HTTP redirection (because of settings.APPEND_SLASH).
The solution (hopefully temporary) is to restore the serving
of images by Django while we figure out how to configure
nginx to keep serving the _images and handled the old cached
redirections with a trainling slash.
0 commit comments