remove services and preview

This commit is contained in:
jysperm
2014-08-18 10:43:49 +08:00
parent 24ef5b7999
commit 20c6716f5b
19 changed files with 14 additions and 82 deletions

View File

@@ -37,7 +37,3 @@ module.exports =
else
child_process.exec "sudo rm /etc/php5/fpm/pool.d/#{account.username}.conf", ->
restartPhpfpm()
preview: (callback) ->
jade.renderFile path.join(__dirname, 'view/preview.jade'), {}, (err, html) ->
callback html

View File

@@ -1,2 +0,0 @@
header PHP-FPM
p PHP-FPM 提供了运行 PHP 程序的能力。