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
But if you want to host at my.website.com/pixplot, I seem to be unable to get it to work. The site is hosted at my.website.com/pixplot and all pages are also accessible (e.g. my.website.com/pixplot/uploads), BUT the links redirect without the path to my.website.com. I have tried various methods, but so far unsuccessfully. Something between apache - docker - gunicorn fails and most setups with gunicorn use nginx.
I have been debating using a nginx container to the docker setup and attempting that.
Using an apache config such as this works fine:
<VirtualHost *>
ServerName my.website.com
ProxyPreserveHost On
Docker dmi_pix_plot
But if you want to host at
my.website.com/pixplot
, I seem to be unable to get it to work. The site is hosted atmy.website.com/pixplot
and all pages are also accessible (e.g.my.website.com/pixplot/uploads
), BUT the links redirect without the path tomy.website.com
. I have tried various methods, but so far unsuccessfully. Something betweenapache
-docker
-gunicorn
fails and most setups with gunicorn use nginx.I have been debating using a nginx container to the docker setup and attempting that.
No help yet from StackOverflow
The text was updated successfully, but these errors were encountered: