- -e PHP_EXTENSION_GD=1
- -e APACHE_EXTENSION_REMOTEIP=1
- -e TEMPLATE_PHP_INI=production
- -e PHP_INI_UPLOAD_MAX_FILESIZE=30M
- -e PHP_INI_POST_MAX_SIZE=50M
===== Apache 反向代理识别配置 =====
RemoteIPHeader X-Real-IP
SetEnvIf X-Forwarded-Proto "https" HTTPS=on
SetEnvIf X-Forwarded-Proto "https" REQUEST_SCHEME=https
{{tag>docker php apache}}