-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Not sure if this is a new or existing issue but I am currently trying to migrate from nginx server with support for ssi to a bespoke node/express server.
The current setup has files in different locations. So for example
we might have root set to
../file_path/www-root
ssi components aliased in say:
../another_file_path/components
and say ssi modules in say ../yet_another_path/modules/
I also have say library and theme folders that serve different files depending on the host url.
Therefore I can have brand1.dev/ brand2.dev etc which is referenced in .htaccess, and I can again use node to route the files accordingly. These are generally not .shtml files but again there may be a some .shtml referenced in these locations
So my question is it possible to use node-ssi to support these multiple locations?
p.s. was kind of getting this confused with this repo.: