mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2026-04-23 08:30:16 +08:00
add php-nginx
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PHP_CLEAR_ENV_AVAILABLE=1
|
||||
|
||||
PHP_ETC_DIR=/usr/local/etc/php
|
||||
PHP_MAIN_CONF=/usr/local/etc/php-fpm.conf
|
||||
PHP_POOL_CONF=www.conf
|
||||
PHP_POOL_DIR=/usr/local/etc/php-fpm.d
|
||||
PHP_FPM_BIN=/usr/local/sbin/php-fpm
|
||||
PHP_MOD_INI_DIR=/usr/local/etc/php/conf.d
|
||||
Reference in New Issue
Block a user