Re: announcing freenginx.org

2024-02-15 Thread Maxim Dounin
Hello! On Thu, Feb 15, 2024 at 02:33:51AM +0100, Manuel wrote: > Good Evening Maxim, > > thank you for the work. > > I am speechless. My personal opinion: > @F5 get an advisor for open source > and maybe read something about enshittification m( > > TT > > Will follow freenginx then. > Thx. T

Re: announcing freenginx.org

2024-02-15 Thread Roman Arutyunyan
Hello, On Wed, Feb 14, 2024 at 08:59:10PM +0300, Maxim Dounin wrote: > Hello! > > As you probably know, F5 closed Moscow office in 2022, and I no > longer work for F5 since then. Still, we’ve reached an agreement > that I will maintain my role in nginx development as a volunteer. > And for almos

Re: announcing freenginx.org

2024-02-15 Thread Maxim Dounin
Hello! On Thu, Feb 15, 2024 at 04:31:49PM +0400, Roman Arutyunyan wrote: > Hello, > > On Wed, Feb 14, 2024 at 08:59:10PM +0300, Maxim Dounin wrote: > > Hello! > > > > As you probably know, F5 closed Moscow office in 2022, and I no > > longer work for F5 since then. Still, we’ve reached an agre

Re: announcing freenginx.org

2024-02-15 Thread Sam Hobbs
Enshittification is not a generally accepted term. It was created. There are probably simpler ways to say what is meant, such as degrade and shift. Manuel wrote on 2/14/2024 5:33 PM: @F5 get an advisor for open source and maybe read something about enshittification m( __

Trying to use nginx + passenger for a rails 6 + angular 14 app...

2024-02-15 Thread Patrick J. Collins
I have a rails app that is purely an api server, with an angular frontend living under a subfolder in the public directory.. So the server's file structure is like this: ``` home/ my-app/ app/ controllers/ ..etc config/ ..etc public favicon.ico 404.ht