Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 307 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 307 Bytes

stellar-fox

Static Virtual Hosting

Usage

import sf from 'stellar-fox';

const conf = {

  virtual:[

    { name: 'catpea.net', root:'./www/catpea-net' },
    { name: 'catpea.com', root:'./www/catpea-com' },
    { name: 'catpea.org', root:'./www/catpea-org' },

  ],
}

sf(conf);