[rt-users] rt3.8.17 / nginx and document-root

2014-12-24 Thread Daniel Schwager
Hi, because nginx ist about 20-30% faster than apache2, we tries to move to nginx. Our URL is http://server-url/rt so WebPath insode RT_SiteConfig.pm is set to /rt. Our current nginx config (1) works fine (but only in the document root http://server-url, but not with http://server-url/rt)

Re: [rt-users] rt3.8.17 / nginx and document-root

2014-12-24 Thread Torsten Brumm
Search github for rt-extension-nginx as good starting point. Von meinem iPhone gesendet Am 24.12.2014 um 14:21 schrieb Daniel Schwager daniel.schwa...@dtnet.de: Hi, because nginx ist about 20-30% faster than apache2, we tries to move to nginx. Our URL is http://server-url/rt so WebPath

Re: [rt-users] rt3.8.17 / nginx and document-root

2014-12-24 Thread Daniel Schwager
Hi Torsten, thanks for this information - there's the fix - important lines are location and rewrite - see (1). Works now like a charme (-: Thx Danny (1) nginx / non-root configuration (http://artee2.domain.de/rt) server { listen 80; server_name