NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
23.27k stars 2.7k forks source link

Feature request: add support for Angie fork of NGINX on backend #4133

Open ViperOGrind opened 2 weeks ago

ViperOGrind commented 2 weeks ago

Hello.

Is your feature request related to a problem? Please describe. This feature request is related to global problem with NGINX development. The owner of NGINX - F5 aim to recreate NGINX to a cloud based platform. Community edition NGINX roadmap is inaccessible at the moment (since 2021).

Describe the solution you'd like The solution would be to add several additional backend proxy managers for NPM. As a notable one is Angie (or Awesome NGINX) - it supports many features NGINX lacks for now (for example - proxy HTTP/2/3 to remote server, not only HTTP/1.1, or ACME client for SSL certificate issuing and renewal automation, also it has an integrated API which makes integration to other systems easy enough). Link for the Angie project.

Describe alternatives you've considered There are many alternatives to NGINX, but as most compatible candidate Angie is most notable - it is a fork of NGINX that supports all NGINX features and configuration style and packs much more as well.