New answers tagged deploy
1
You don't do that
$url=parse_url(getenv("mysql://adffdadf2341:adf4234@us-cdbr-east.cleardb.com/heroku_db?reconnect=true"))
getenv = get an environnment on your unix.
so
$url=parse_url(getenv(CLEARDB_DATABASE_URL))
is good.
0
A deployed OVF often creates a new network interface, possibly ifcfg-eth1. This is because udev rules often bind MAC address to name of the NIC. You can verify this by having a look at /etc/udev/rules.d/-persistent-net.rules. I can recommend two solutions. You either delete /etc/udev/rules.d/-persistent-net.rules before you export, or you deploy ovf and work ...
0
There may be some cache in your nginx. Have you turned on your nginx cache? This thread may help http://stackoverflow.com/questions/6236078/how-to-clear-the-cache-of-nginx
Top 50 recent answers are included