Yep, thanks Matt.
In case anyone else runs across this post, Django static url prefixes are
configured in your django project settings.py
(https://docs.djangoproject.com/en/1.6/ref/settings/#std:setting-STATIC_URL).
Ipython notebook static url prefixes are configured in the
NotebookApp.webapp set
Hello,
Sorry for the beginner question, but I can't seem to find an example
anywhere that shows how to handle nginx hosting more than one reverse proxy
(such as a Django app and an Ipython notebook) where both systems have
static files in different directories.
The relevant parts of my nginx conf