-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from joglomedia/2.x.x
2.5.0 Get Well Soon, Earth!
- Loading branch information
Showing
55 changed files
with
779 additions
and
4,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ jobs: | |
sed -i "s/AUTO_REMOVE=false/AUTO_REMOVE=true/g" .env | ||
sed -i "s/FORCE_REMOVE=false/FORCE_REMOVE=true/g" .env | ||
sed -i "s/LEMPER_ADMIN_EMAIL=\"[email protected]\"/LEMPER_ADMIN_EMAIL=\"[email protected]\"/g" .env | ||
sed -i "s/NGINX_INSTALLER="source"/NGINX_INSTALLER="repo"/g" .env | ||
sed -i "s/INSTALL_PHP_LOADER=false/INSTALL_PHP_LOADER=true/g" .env | ||
sed -i "s/PHP_LOADER=\"none\"/PHP_LOADER=\"ioncube\"/g" .env | ||
sed -i "s/IMAGEMAGICK_INSTALLER=\"source\"/IMAGEMAGICK_INSTALLER=\"repo\"/g" .env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/var/log/php5.6-fpm.log /home/*/logs/php/php5.6-fpm.log { | ||
rotate 12 | ||
weekly | ||
missingok | ||
notifempty | ||
compress | ||
delaycompress | ||
postrotate | ||
if [ -x /usr/lib/php/php5.6-fpm-reopenlogs ]; then | ||
/usr/lib/php/php5.6-fpm-reopenlogs; | ||
fi | ||
endscript | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/var/log/php7.0-fpm.log /home/*/logs/php/php7.0-fpm.log { | ||
rotate 12 | ||
weekly | ||
missingok | ||
notifempty | ||
compress | ||
delaycompress | ||
postrotate | ||
if [ -x /usr/lib/php/php7.0-fpm-reopenlogs ]; then | ||
/usr/lib/php/php7.0-fpm-reopenlogs; | ||
fi | ||
endscript | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/var/log/php7.1-fpm.log /home/*/logs/php/php7.1-fpm.log { | ||
rotate 12 | ||
weekly | ||
missingok | ||
notifempty | ||
compress | ||
delaycompress | ||
postrotate | ||
if [ -x /usr/lib/php/php7.1-fpm-reopenlogs ]; then | ||
/usr/lib/php/php7.1-fpm-reopenlogs; | ||
fi | ||
endscript | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/var/log/php7.2-fpm.log /home/*/logs/php/php7.2-fpm.log { | ||
rotate 12 | ||
weekly | ||
missingok | ||
notifempty | ||
compress | ||
delaycompress | ||
postrotate | ||
if [ -x /usr/lib/php/php7.2-fpm-reopenlogs ]; then | ||
/usr/lib/php/php7.2-fpm-reopenlogs; | ||
fi | ||
endscript | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/var/log/php7.3-fpm.log /home/*/logs/php/php7.3-fpm.log { | ||
rotate 12 | ||
weekly | ||
missingok | ||
notifempty | ||
compress | ||
delaycompress | ||
postrotate | ||
if [ -x /usr/lib/php/php7.3-fpm-reopenlogs ]; then | ||
/usr/lib/php/php7.3-fpm-reopenlogs; | ||
fi | ||
endscript | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/var/log/php7.4-fpm.log /home/*/logs/php/php7.4-fpm.log { | ||
rotate 12 | ||
weekly | ||
missingok | ||
notifempty | ||
compress | ||
delaycompress | ||
postrotate | ||
if [ -x /usr/lib/php/php7.4-fpm-reopenlogs ]; then | ||
/usr/lib/php/php7.4-fpm-reopenlogs; | ||
fi | ||
endscript | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/var/log/php8.0-fpm.log /home/*/logs/php/php8.0-fpm.log { | ||
rotate 12 | ||
weekly | ||
missingok | ||
notifempty | ||
compress | ||
delaycompress | ||
postrotate | ||
if [ -x /usr/lib/php/php8.0-fpm-reopenlogs ]; then | ||
/usr/lib/php/php8.0-fpm-reopenlogs; | ||
fi | ||
endscript | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/var/log/php8.1-fpm.log /home/*/logs/php/php8.1-fpm.log { | ||
rotate 12 | ||
weekly | ||
missingok | ||
notifempty | ||
compress | ||
delaycompress | ||
postrotate | ||
if [ -x /usr/lib/php/php8.1-fpm-reopenlogs ]; then | ||
/usr/lib/php/php8.1-fpm-reopenlogs; | ||
fi | ||
endscript | ||
} |
Oops, something went wrong.