Posts with #deployment tag

Deploy Django behind a reverse proxy

By default, Django will assume that your root URL is the root (/) of your domain. Using a reverse proxy, we can run multiple django instances on the same server, using the same domain....