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(

Re: Problem using nginx as reverse proxy server on Windows Server 2016

2024-02-03 Thread Sam Hobbs
insecure HTML and secure HTTPS webpage requests Did you mean to say insecure HTTP and secure HTTPS webpage requests? process secure HTMLS requests as well Did you mean to say process secure HTTPS requests as well? ___ nginx mailing list

Custom scheme/protocol

2023-10-21 Thread Sam Hobbs
Are there any articles and/or samples of a custom scheme or protocol? What I mean by scheme or protocol is the first part of an URL, such as HTTP and FTP. What is necessary to develop a custom protocol in a server? This is not important. It is something I have been curious about for years. I

Re: Run PHP on NGINX

2023-10-17 Thread Sam Hobbs
The original HTML had forms. Forms still exist for HTML. A form can specify that a different HTML file be shown when the form is submitted. Between the the form submission and the showing of the second HTML file, a script, called a CGI script, can be executed to process the form. And that is

Re: 502 Bad Gateway using Cloudflare and Kestrel

2023-09-04 Thread Sam Hobbs
Francis Daly wrote on 9/4/2023 1:05 AM: proxy_passhttp://127.0.0.1:5443; You probably have a space after proxy_pass in your actual config; but you probably should also have "https://; not "http://; there as well, since your upstream service is listening for https connections.

502 Bad Gateway using Cloudflare and Kestrel

2023-09-03 Thread Sam Hobbs
I hope I can at  least get help diagnosing this. I have an ASP.Net Core application in a Ubuntu headless VM (DigitalOcean Droplet) using a page TLD (therefore I must use SSL) using Cloudflare. When I execute it using: dotnet domain.page.dll --launch-profile https Then use: curl -k

Documentation of Nginx configuration file directives

2023-06-30 Thread Sam Hobbs
Is there official documentation of the nginx configuration file directives? I find many articles describing nginx configuration files but they do not describe all of the directives, certainly not like official documentation typically does. ___ nginx