Re: django admin site change_related_template_url problem

2018-12-30 Thread Ryan Nowakowski
You're better off not using the HTML rewriting features of your reverse proxy. Instead configure Django to use the reverse proxied url prefix for all it's URLs. On December 29, 2018 9:03:39 AM CST, Zhe Li wrote: >Hi, > >I am having issues with django installed on a server reversed proxied >to

django admin site change_related_template_url problem

2018-12-29 Thread Zhe Li
Hi, I am having issues with django installed on a server reversed proxied to the main website. Most of the sites work just fine except a very small detail in the admin site, change form page. Django is running on server A, served at / on port 12345. Server B which is the main web server and