James Moger

Results 125 comments of James Moger

``` work around: a2enmod mod_substitute add the location tag which does the proxying ProxyPass http://127.0.0.1:8080/gitblit ProxyPassReverse http://127.0.0.1:8080/gitblit AddOutputFilterByType SUBSTITUTE text/html Substitute "s|http://127.0.0.1:8080/|http:///|i" NB change to the host name of the...

``` +1, I use nginx for reverse proxying and for SSL and I have the same problem - Gitblit always redirects to non-https URLs. ``` Reported by `vitalifster` on 2015-07-20...

``` I'm not opposed to this idea, but I don't currently plan to change it. I'm not expert enough on all the variations in shell syntax. I'm sure "." is...

``` well, /bin/sh on all systems I know is either ash, ksh, bash or dash (all sh compatible). If it would be a shell with non-sh-like syntax even the boot-process...

Thanks for your answer. AFAICT the best you can do with _embedding_ Winstone is to build a standard WAR file with a fully described `web.xml`, manually explode the WAR in...

Looks like I never got around to implementing a show/view ticket command.

UTF-8. I'm on Ubuntu 14.04, if that makes a difference to you.

Hmm. Thanks for the tip on fish. After using it for 5 mins on my laptop I can see it's appeal. I'm going to give that a go on my...

My backend looks at `HX-Request` (and `HX-Boost` and `HX-History-Restore-Request`) to determine if it should send a fragment or a full page for a given request. Most to all of my...

I agree. I came here looking to see if there was an open request to confirm the claim. Would be great to see this datapoint amongst the other JS runtimes...