I am not sure if this is the right place to ask this, if not please point me in the right direction. I am new to workers (and serverless in general).
I am currently trying out workers sites for some of my static sites, but a feature that I often use in NGINX is SSI, or server side includes.
I mainly do this as a basic "templating engine", so I can separate a website into header, footer, etc. files to make it easier for me to deploy changes that effect all pages without modifying all the individual pages.
I am wondering if there is any way for me to use SSI with workers sites, or if there is a branch/fork where someone has been kind enough to add support, as it would be greatly appreciated.
Hello,
I am not sure if this is the right place to ask this, if not please point me in the right direction. I am new to workers (and serverless in general).
I am currently trying out workers sites for some of my static sites, but a feature that I often use in NGINX is SSI, or server side includes.
I mainly do this as a basic "templating engine", so I can separate a website into header, footer, etc. files to make it easier for me to deploy changes that effect all pages without modifying all the individual pages.
I am wondering if there is any way for me to use SSI with workers sites, or if there is a branch/fork where someone has been kind enough to add support, as it would be greatly appreciated.
Thanks!