Another trick here is to let the back-end know that it is https:
proxy_set_header X-Forwarded-Proto https;
On Wed, Feb 1, 2017 at 12:34 PM, jbiskofski wrote:
> I Set up my nginx as Harshal suggested and this fixed the problem. Thanks
> for the help!
>
> On Wed, Feb 1, 2017 at 3:37 AM, Dave Pag
Rich,
I've been successful installing it into a virtualenv, without using
virtualenv-wrapper. I create the virtualenv, using -p to select the python
of my choice (Python 3), and then pip install from the saved wheel.
My success though is on a platform that would have supported
virtualenv-wrapper
It seems to me that the module pgadmin4/pgAdmin4.wsgi should be renamed to
pgadmin4/wsgi.py, for reasons that will become clear below.
How do I report that as a bug and request that it be changed?
The reason I want the change is so that pgadmin4 also works as a wheel
under gunicorn, and probably P