How to correctly configure apache for reverse proxy serve django app
问题 Hi I've been trying to correctly configure apache as reverse proxy for my django application. When served from port :4300 it goes all fine, but when I tried to use reverse-proxy all goes wrong. When I try to acces when logged in 192.168.100.201/fact I get the expected functionality, but when I press anything to admin app of django i get 192.168.100.201/admin when I should get 192.168.100.201/fact/admin Even if I write it in the browser I'm still redirected to 192.168.100.201/admin I kwon that