The tool does not currently work with images based off Ubuntu 14.04:
Default Nginx config serves files from
/usr/share/nginx/html
instead of
/usr/share/nginx/www/
as was the case in Ubuntu 12.04
Need to update cron tasks to place files in the appropriate location based on Ubuntu version
Also, after installation in 12.04, nginx remains stopped however in 14.04 it starts by default. Current startup task after installation and configuration is to:
sudo service nginx start
however this doesn't work in 14.04 and as a result nginx does not pick up the updated configs.
The tool does not currently work with images based off Ubuntu 14.04:
Default Nginx config serves files from
/usr/share/nginx/html
instead of/usr/share/nginx/www/
as was the case in Ubuntu 12.04Need to update cron tasks to place files in the appropriate location based on Ubuntu version
Also, after installation in 12.04, nginx remains stopped however in 14.04 it starts by default. Current startup task after installation and configuration is to:
sudo service nginx start
however this doesn't work in 14.04 and as a result nginx does not pick up the updated configs.