mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-10 10:44:48 -06:00
Set local issuer certificate; symlink the mods, not the entire data directory...
This commit is contained in:
parent
fe343a5b4e
commit
7580767215
@ -14,7 +14,7 @@ if [ -d "/etc/php/mods-available" ]; then
|
||||
if [ -d "/etc/php/mods-available/fpm" ]; then
|
||||
ln -s /etc/php/mods-available/fpm/* /etc/php/8.1/fpm/conf.d
|
||||
fi
|
||||
find . -maxdepth 1 -type f -print0 | while read -d $'\0' file
|
||||
find /etc/php/mods-available/. -maxdepth 1 -type f -print0 | while read -d $'\0' file
|
||||
do
|
||||
ln -s "$file" /etc/php/8.1/cli/conf.d/
|
||||
ln -s "$file" /etc/php/8.1/fpm/conf.d/
|
||||
|
||||
@ -13,4 +13,7 @@ xdebug.client_host=host.docker.internal
|
||||
xdebug.client_port=9003
|
||||
|
||||
[curl]
|
||||
curl.cainfo = /etc/certs/root_ca.pem
|
||||
curl.cainfo = /etc/certs/root_ca.pem
|
||||
|
||||
[openssl]
|
||||
openssl.cafile = /etc/certs/root_ca.pem
|
||||
Loading…
x
Reference in New Issue
Block a user