Re: Debian, Git server, Nginx, Fcgiwrap, and git push can not create remote object directory

2023-09-09 Thread Geert Stappers
On Sat, Sep 09, 2023 at 04:31:38PM -0400, David Mehler wrote: > Hello, > > I'm trying to set up a git server on Debian 12, served by Nginx via > https. I used this as a debian-specific starter though I have done > this in the past using a FreeBSD and Apache type setup: > > https://esc.sh/blog/set

Re: Debian, Git server, Nginx, Fcgiwrap, and git push can not create remote object directory

2023-09-09 Thread David Mehler
Hello, "I'm assuming that you replaced 'git.domain.com' and 'domain.com' in this config with real domain names, and that they are functional and tested." Yes, the real domains are functional and tested. "All this is to set up a fastCGI-compliant server protected with HTTP basic auth and accessed

Debian, Git server, Nginx, Fcgiwrap, and git push can not create remote object directory

2023-09-09 Thread David Mehler
Hello, I'm trying to set up a git server on Debian 12, served by Nginx via https. I used this as a debian-specific starter though I have done this in the past using a FreeBSD and Apache type setup: https://esc.sh/blog/setting-up-a-git-http-server-with-nginx/ The client is a windows 10 client. Al