- Replace SupervisorProxy macro with more generic macros: Proxy_Ext, Proxy_Int & Proxy_Ext_Int.

This commit is contained in:
2026-03-01 20:24:47 +01:00
parent 451a7e9664
commit 3459974e5c
4 changed files with 145 additions and 73 deletions

View File

@@ -5,14 +5,14 @@ Welcome to Rx3-Docker/PHP-Apache docker image!
This project aims to build a PHP + Apache docker image used by other Rx3 packaging projects.
Features:
- Curtently based on rx3-docker/server:1.2.7-mga9 image,
- Curtently based on rx3-docker/server:1.3.0-mga9 image,
- default_vhost.d layout support,
- PostgreSQL & MySQL ready,
- PHPMailer installed,
- logrotate configured,
- Apache UID, GID & document root directory configurable,
- mod_proxy + mod_proxy_html installed,
- SupervisorProxy Apache macro,
- Proxy Apache macro,
- HTTPD service enabled by default (APACHE_HTTPD_ENABLED),
- PHP_MEMORY_LIMIT variable set to 512M by default,
- PHP_UPLOAD_LIMIT variable set to 32M by defaylt.