Commit Graph

295 Commits

Author SHA1 Message Date
Ric Harvey
ff9649540c Merge branch 'patch-1' of git://github.com/thelittlefireman/nginx-php-fpm into thelittlefireman-patch-1 2017-08-18 14:15:48 +01:00
Ric Harvey
ed8e1953f1 fix repo layout doc conf directive closes #155 2017-08-18 14:14:51 +01:00
Ric Harvey
e6871df283 Move daemon off to supervisor and out of nginx.conf closes #156 2017-08-18 14:12:12 +01:00
Ric Harvey
5fc072679a add include file sin supervisord config closes #156 2017-08-18 12:03:29 +01:00
Ric Harvey
21cd9b84a0 build 1.2.4 release php 7.1.8 nginx 1.13.4 2017-08-14 10:06:30 +01:00
Ric Harvey
3cf02fc8b6 Merge pull request #162 from yuriolive/patch-1
New NGINX version fix security vulnerability
2017-08-04 16:02:31 +01:00
yuriolive
ffd963a3ee New NGINX version fix security vulnerability
Nginx 1.13.2 has the security vulnerability CVE-2017-7529.
2017-08-03 18:17:12 -03:00
Ric Harvey
3ef8afd8af Remove VOLUME closes #139 #151 2017-07-25 23:02:03 +01:00
Ric Harvey
0579a6c9d0 up php version to 7.1.7 and nginx to 1.13.2 2017-07-25 22:53:09 +01:00
Ric Harvey
60b29b4842 update readme 2017-06-23 10:03:38 +01:00
thelittlefireman
157a1c27f1 fix huge mistake : bad copy past and missing parameters 2017-06-23 11:02:47 +02:00
Ric Harvey
b294361b1e set workers automatically closes #122 2017-06-23 09:57:00 +01:00
Richard Harvey
3fea6fc090 Bumped versions of nginx and PHP 2017-06-23 09:44:45 +01:00
Ric Harvey
34e3c96166 Update nginx version to 10.12.0 2017-04-18 09:57:56 +01:00
Ric Harvey
79efb3170b adding else back in 2017-04-18 09:44:00 +01:00
Ric Harvey
dedba49d93 Merge branch 'SKoschnicke-master' 2017-04-18 09:43:15 +01:00
Ric Harvey
502dee57d4 Merge branch 'master' of git://github.com/SKoschnicke/nginx-php-fpm into SKoschnicke-master 2017-04-18 09:41:01 +01:00
thelittlefireman
3bc935e817 fix bad copy past
fix bad copy past
2017-04-07 09:44:49 +02:00
thelittlefireman
49ddd9fe3e Prevent config files from being filled to infinity
When you start/stop Successively your container, the file /root/.ssh/conf and /usr/local/etc/php-fpm.conf grow to infinity : loop repetition of line "; Include one or more files. If glob(3) exists, it is used to include a bunch of
; files from a glob(3) pattern. This directive can be used everywhere in the
; file.
; Relative path can also be used. They will be prefixed by:
;  - the global prefix if it's been set (-p argument)
;  - /usr/local otherwise
include=etc/php-fpm.d/*.conf
php_flag[display_errors] = off
php_flag[display_errors] = off
php_flag[display_errors] = off
php_flag[display_errors] = off
php_flag[display_errors] = off"
2017-04-07 09:43:19 +02:00
Ric Harvey
c975c8b128 Merge pull request #133 from ciruz/master
Error in PHP docs
2017-03-23 09:48:04 +00:00
ciruz
abcb3b8bc9 error in php docs 2017-03-23 08:29:17 +01:00
Sven Koschnicke
7f2ff02904 Fix running composer with respect to different WEBROOT.
The composer configuration should always be located in the project root,
independently where the webroot is located. Closes #95.
2017-03-20 13:05:41 +01:00
Ric Harvey
847cd43476 Fix sqlite missing modules 2017-03-17 12:32:22 +00:00
Ric Harvey
ab0e1cb90b Merge pull request #127 from TheNavigat/master
Adding PDO Sqlite extension
2017-03-17 10:09:05 +00:00
Amjad Mashaal
5d26aff3e4 Adding PDO Sqlite extension 2017-03-17 01:26:53 +02:00
Ric Harvey
aa551a999e Add new flag REMOVE_FILES to close #121 2017-03-16 16:29:22 +00:00
Ric Harvey
fb035e0955 adding unmaitained tags to docs 2017-03-16 12:01:28 +00:00
Ric Harvey
35c0014862 Added OpCache module closes #123 2017-03-16 10:36:10 +00:00
Ric Harvey
2e17591874 Merge pull request #125 from aschonbe/master
[FIX] Composer.phar Installer auto-version SHA
2017-03-15 09:21:27 +00:00
aschonbe
ce70c0ffc9 [FIX] Composer.phar Installer auto-version SHA
Problem: against best practice, the composer.phar installer download checksum was hard coded, but the latest version of the installer was downloaded, resulting in the checksum often not matching the package; build would ultimately fail.
Solution: grab the latest checksum value along with the latest installer package.

More instructions: https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
2017-03-14 15:07:16 -04:00
Ric Harvey
93492db9dd fix versioning link 2017-02-21 14:08:33 +00:00
Ric Harvey
e7cbabc006 Update to PHP 7.1.2 2017-02-21 12:44:02 +00:00
Ric Harvey
f9298a7462 prep for 1.1.3 updates to scripts 2017-02-20 09:13:10 +00:00
Ric Harvey
5750ff899d Merge pull request #118 from epoxa/patch-1
Typo
2017-02-19 14:40:41 +00:00
epoxa
fb79936726 Update docker_compose.md 2017-02-19 03:36:48 +07:00
Ric Harvey
d86d2e16c8 Fix table syntax in MD 2017-02-17 12:10:43 +00:00
Ric Harvey
cdfba3cfd0 update to nginx 1.11.10/versioning/composer fix closes #95 2017-02-17 11:24:54 +00:00
Ric Harvey
59e4b25182 Adding docker compose guide 2017-02-17 10:13:14 +00:00
Ric Harvey
df8d254fcd move requiremtns under .travis directory 2017-02-17 09:50:15 +00:00
Ric Harvey
75b8650c4c Merge pull request #115 from Hugome/master
Add jpeg gd support thanks to @Hugome
2017-02-17 09:48:13 +00:00
hugome
ec982706f3 Add jpeg support in gd 2017-02-16 20:01:56 +01:00
Ric Harvey
fc6d46dcec Further README tidy and new kubernetes guide 2017-02-14 17:48:58 +00:00
Ric Harvey
650ccdbe94 Merge pull request #111 from kcampion/patch-1
Update index.php to follow conventions
2017-02-14 10:13:04 +00:00
Ric Harvey
c8362e29d9 tidy up README 2017-02-14 07:23:41 +00:00
Ric Harvey
36d9763e36 added todo and PR info 2017-02-13 23:37:39 +00:00
Ric Harvey
4700e7dcfe Fix links 2017-02-13 23:35:04 +00:00
Ric Harvey
3f7745f8da Adding new links and fixing formatting 2017-02-13 23:33:55 +00:00
Ric Harvey
bee046b2ea Tidy up travis files 2017-02-13 23:22:04 +00:00
Ric Harvey
a0a3069b1c Split documentation for easier updates 2017-02-13 23:19:25 +00:00
Ric Harvey
4cfc4cb998 allowing UID/GID mapping as per issue #73 2017-02-13 10:15:39 +00:00