Hmm, not really, in Seaside it is typically /files and /static is something that I have used as well, but really it should be flexible as there are too many different scenarios, including all kinds of prefixes.
On 20 Sep 2018, at 09:49, James Foster <Smalltalk@JGFoster.net> wrote:
When serving web pages from a web server in front of Smalltalk (e.g., Apache, Nginx, etc.), is there a convention for designating which pages are to be sent on to Smalltalk and which are to be served directly (or sent somewhere else)? Is there a prefix or suffix for one or the other? That is, do you treat everything that begins with â/static/â as static (easy enough) and everything else gets forwarded to Smalltalk? Or do you have a similar prefix for â/dynamic/â content? Or do you have a suffix (â.stâ or â.seasideâ) that designates requests that are sent on to Smalltalk? I can make any of these work, and I can come up with my own rules, but if there is a convention Iâd like to follow it.
Thanks, James