ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

TyphoonAE doesn't support projects with an space in their path #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run ./bin/apptool my\ project/src
2. restart processes managed by supervisor
3. nginx will not restart, it's dying with error message:

[emerg]: invalid number of arguments in "root" directive in 
/home/vadmin/typhoonae-buildout-0.1.5/etc/default-nginx.conf:13

the root directive has been set up as:

root my project/src/;

the root directory must be properly quoted.

Original issue reported on code.google.com by e98cu...@gmail.com on 12 Jul 2010 at 12:39

GoogleCodeExporter commented 9 years ago
Thanks for reporting this!

Original comment by tobias.r...@gmail.com on 12 Jul 2010 at 12:50

GoogleCodeExporter commented 9 years ago
Fixed in our trunk.

Original comment by tobias.r...@gmail.com on 12 Jul 2010 at 2:46

GoogleCodeExporter commented 9 years ago
Fixed in the 0.2.0 release.

Original comment by tobias.r...@gmail.com on 12 Dec 2010 at 11:30