I don't know why, but I needed to include sudo a2enmod rewrite proxy proxy_http ssl proxy_balancer and then it worked, but what a great trick! I also added it directly to my dev server apache .conf file so it will never make it into production.
sudo a2enmod rewrite proxy proxy_http ssl proxy_balancer
I don't know why, but I needed to include
sudo a2enmod rewrite proxy proxy_http ssl proxy_balancer
and then it worked, but what a great trick! I also added it directly to my dev server apache .conf file so it will never make it into production.