This commit is contained in:
jysperm
2014-07-20 01:28:01 +08:00
parent f47b066024
commit 70c48093bf
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ table.table.table-hover
for site in account.attribute.plugin.nginx.sites
tr(data-id= '#{site._id}')
td= site.server_name.join(', ')
td fastcgi_pass: ~#{site.location['/'].fastcgi_pass.match(/unix:\/\/\/home\/[^\/]+(.*)/)[1]}
td root: ~#{site.root.match(/\/home\/[^\/]+(.*)/)[1]}, fastcgi_pass: ~#{site.location['/'].fastcgi_pass.match(/unix:\/\/\/home\/[^\/]+(.*)/)[1]}
td(style= 'width: 150px;')
button.nginx-edit-btn.btn.btn-info.btn-xs
span.glyphicon.glyphicon-edit