<div dir="ltr">Hi guys,<div><br></div><div>I have my app running with a nginx web server. My app url is something like: <a href="http://myapp/site1/appX">http://myapp/site1/appX</a>. I have many sites running and each is the same root app but registered as a different name. For example, <a href="http://myapp/site2/appX">http://myapp/site2/appX</a>,   <a href="http://myapp/site3/appX">http://myapp/site3/appX</a>  etc.</div>
<div><br></div><div>Each app has it&#39;s own configuration file from nginx. When I do a request for css and other files, Seaside does a get over <a href="http://myapp/MyFileLibrary/Main.css">http://myapp/MyFileLibrary/Main.css</a>  for all sites. Now I want to configure the path for resources for each site. So I want for example:</div>
<div><br></div><div><a href="http://myapp/site1/resources/MyFileLibrary/Main.css">http://myapp/site1/resources/MyFileLibrary/Main.css</a><br></div><div><div><a href="http://myapp/site2/resources/MyFileLibrary/Main.css">http://myapp/site2/resources/MyFileLibrary/Main.css</a><br>
</div><div><br></div></div><div>etc...</div><div><br></div><div>That way I can then customize (hope to discover how) nginx so that it first tries to get the css from an specific site folder and if not found, from a general root folder (this is my real goal). </div>
<div><br></div><div>Anyway....do you know how can I do tell seaside to generate such urls for resources? </div><div><br></div><div>Thanks, </div><div><br></div><div><div><br></div>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank" class="vt-p">http://marianopeck.wordpress.com</a><br>

</div></div>