From: Stefan Sperling Subject: Re: simplify gotwebd.conf fcgi_socket To: Omar Polo Cc: gameoftrees@openbsd.org Date: Tue, 30 Aug 2022 16:36:41 +0200 On Tue, Aug 30, 2022 at 04:34:24PM +0200, Omar Polo wrote: > so ok for your diff plus this I have committed mine; ok stsp@ for this change. > diff /home/op/w/got > commit - a3f950c5dabc886e7d00edb95db65d2d072821d2 > path + /home/op/w/got > blob - 10244c2d15ca0a6e32c4e2eb7eedb45fa47fcc67 > file + gotwebd/parse.y > --- gotwebd/parse.y > +++ gotwebd/parse.y > @@ -121,7 +121,7 @@ typedef struct { > %token LISTEN WWW_PATH MAX_REPOS SITE_NAME SITE_OWNER SITE_LINK LOGO > %token LOGO_URL SHOW_REPO_OWNER SHOW_REPO_AGE SHOW_REPO_DESCRIPTION > %token MAX_REPOS_DISPLAY REPOS_PATH MAX_COMMITS_DISPLAY ON ERROR > -%token SHOW_SITE_OWNER SHOW_REPO_CLONEURL PORT PREFORK FCGI_SOCKET > +%token SHOW_SITE_OWNER SHOW_REPO_CLONEURL PORT PREFORK > %token UNIX_SOCKET UNIX_SOCKET_NAME SERVER CHROOT CUSTOM_CSS > > %token STRING > >