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
I have put LXC web panel behind Apache, so that it handles https for me, and did this:
ProxyPass "/" "http://127.0.0.1:5000/"
Result: when I log out, Flask the web server gives me out an absolute redirect to http://lwp.mysite.com/ . It should give out an absolute redirect to https://www.mysite.com/ , or a relative redirect to / .
I have worked this using this directive, but it is a hack that should never be needed:
ProxyPassReverse "/" "http://lwp.mysite.com/"
The text was updated successfully, but these errors were encountered:
I have put LXC web panel behind Apache, so that it handles https for me, and did this:
Result: when I log out, Flask the web server gives me out an absolute redirect to http://lwp.mysite.com/ . It should give out an absolute redirect to https://www.mysite.com/ , or a relative redirect to / .
I have worked this using this directive, but it is a hack that should never be needed:
The text was updated successfully, but these errors were encountered: