Re: [fossil-users] using fossil server --repolist behind nginx proxy

2015-03-29 Thread Andy Bradford
Thus said Dewey Hylton on Sun, 29 Mar 2015 10:03:29 -0400: so ... is there a way to accomplish this without using cgi? am i on the right track? what am i missing? Given that you're using nginx as a proxy, perhaps you need to add --baseurl to the fossil server options? Andyk --

Re: [fossil-users] using fossil server --repolist behind nginx proxy

2015-03-29 Thread Dewey Hylton
From: David Macek david.mace...@gmail.com Sent: Sunday, March 29, 2015 10:56:07 AM On 29. 3. 2015 16:55, Andy Bradford wrote: Given that you're using nginx as a proxy, perhaps you need to add --baseurl to the fossil server options? OP mentioned that he tried it. yeah ... that

Re: [fossil-users] using fossil server --repolist behind nginx proxy

2015-03-29 Thread David Macek
On 29. 3. 2015 16:55, Andy Bradford wrote: Given that you're using nginx as a proxy, perhaps you need to add --baseurl to the fossil server options? OP mentioned that he tried it. -- David Macek smime.p7s Description: S/MIME Cryptographic Signature

[fossil-users] using fossil server --repolist behind nginx proxy

2015-03-29 Thread Dewey Hylton
i have the following running to serve a directory full of fossil archives: /usr/bin/fossil server --repolist --port 8181 /data/fossil this appears to work perfectly when directly hitting the site: http://fossil.server.local:8181/ http://fossil.server.local:8181/somefossil