Re: [fossil-users] one Fossil SCGI process for several domains

2018-03-21 Thread Warren Young
On Mar 21, 2018, at 3:53 PM, Svyatoslav Mishyn wrote: > > a.example.net conf: > location / { >include scgi_params; >scgi_pass 127.0.0.1:9000; >scgi_param REQUEST_URI /fossil_repo_a$request_uri; >scgi_param SCRIPT_NAME ""; > } > > b.example.net conf:

[fossil-users] one Fossil SCGI process for several domains

2018-03-21 Thread Svyatoslav Mishyn
Hello, just thinking how Fossil server could be optimized. Currently I set up a dedicated process per domain, basically as described here: https://www.fossil-scm.org/index.html/doc/trunk/www/server.wiki#scgi Is it possible to setup nginx to pass requests to the same SCGI process but with