Closed allebb closed 10 years ago
Enable a way to take down a single hosted application.
Not sure whether to do this using 'php artisan down' or do some stuff with the Nginx config such as disable it.
So would assume the best command would be:
conductor stop {appname} conductor start {appname}
This has now been implemented and tested, this can now be closed.
Enable a way to take down a single hosted application.
Not sure whether to do this using 'php artisan down' or do some stuff with the Nginx config such as disable it.
So would assume the best command would be:
conductor stop {appname} conductor start {appname}