Multiple reverse proxies that read from /static/ ?
kafonek
nginx-forum at nginx.us
Fri May 9 13:20:23 UTC 2014
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 settings
(http://ipython.org/ipython-doc/rel-1.1.0/interactive/public_server.html#running-with-a-different-url-prefix).
I was definitely trying to tackle the problem the wrong way.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249943,249996#msg-249996
More information about the nginx
mailing list