Commit Graph

257 Commits

Author SHA1 Message Date
Ric Harvey
72f04208e1 adding missing ssl conf file 2016-07-22 15:53:21 +01:00
Ric Harvey
4b3ce4b402 Adding experimental letsencrypt support 2016-07-22 15:43:36 +01:00
Ric Harvey
9bd2dd0732 tweaks 2016-07-22 15:39:57 +01:00
Ric Harvey
c5e9e2ca6a Merge pull request #53 from jackmcpickle/webroot_script_cleanups
Webroot script cleanups
2016-07-22 15:33:20 +01:00
Jack McNicol
a90c60009c set clear_env => no
enables $_ENV[] can be used without hack sed replace
2016-07-22 02:43:37 +09:30
Jack McNicol
e741466e76 replace fpm conf with env var 2016-07-22 02:41:58 +09:30
Jack McNicol
52ef7b848c always chown webroot for better mounting 2016-07-22 02:13:17 +09:30
Jack McNicol
7e58270683 set webroot default folder 2016-07-22 02:12:13 +09:30
Ric Harvey
e9105d0824 Merge pull request #52 from auchri/patch-1
Fix typos
2016-07-18 21:50:12 +01:00
Christoph
db63e82271 Fix typos 2016-07-16 21:43:20 +02:00
Ric Harvey
cbe830bdc9 triggering a build 2016-07-14 16:11:10 +01:00
Ric Harvey
8aa11a433f update README to reflect php 7.0.8 2016-07-13 17:01:31 +01:00
Ric Harvey
8312ca3e2d Adding new features to control PHP and hide nginx version 2016-07-13 16:49:32 +01:00
Dan Robertson
363b4c4479 ensure ownership is correct 2016-07-12 12:54:29 +01:00
Dan Robertson
6086121982 ensure content gets uploaded 2016-07-12 12:53:40 +01:00
Ric Harvey
c89d78d228 move socket to /dev/shm to fix supervisorctl on some systems 2016-07-10 19:38:32 +01:00
Ric Harvey
bb4a670af3 Squashing layers with new composer install @crunchywelch 2016-07-07 10:40:39 +01:00
Richard Harvey
19d4f9aafa Merge pull request #50 from crunchywelch/master
add composer install hash verification
2016-07-07 10:39:38 +01:00
Aaron Welch
eb83d544bc add composer install hash verification 2016-07-06 13:20:44 -04:00
Ric Harvey
4798c022b2 adding SOAP support 2016-07-05 14:51:37 +01:00
Ric Harvey
260ce64f47 forgot to add alpine version to readme 2016-07-04 16:33:43 +01:00
Ric Harvey
730a7501e5 Update readme for webroot info 2016-07-04 16:24:25 +01:00
Ric Harvey
4419b11aaa allow nginx to follow symlinks 2016-06-30 15:33:29 +01:00
Ric Harvey
8f8cfc1ac7 Allow user to customise webroot 2016-06-30 15:08:52 +01:00
Ric Harvey
8d2f1091d1 Adding a check to stop pull of code if its already there 2016-06-30 11:30:40 +01:00
Ric Harvey
2a8206d602 clean up files 2016-06-23 23:07:19 +01:00
Dan Robertson
fc89923503 typo 2016-06-23 15:37:38 +01:00
Ric Harvey
64a8904aa6 Fix ownership of webRoot to allow uploads 2016-06-23 14:09:34 +01:00
Richard Harvey
31b05ec7e9 Merge pull request #45 from auchri/patch-1
Fix typo :)
2016-06-21 11:07:59 +01:00
Christoph
fd638030e0 Fix typo :) 2016-06-21 02:04:20 +02:00
Ric Harvey
7ae3dd5094 Fix missing echo closes issue #44 2016-06-16 13:56:37 +01:00
Ric Harvey
f0660ec428 Closes issue #40 rm /usr/share/nginx/html/* 2016-06-16 09:56:03 +01:00
Ric Harvey
7e34409f03 closes issue #43 2016-06-16 09:46:33 +01:00
Ric Harvey
3e2f21ebaa update readme for php7 reference 2016-06-15 16:34:34 +01:00
Ric Harvey
9e216a395f Updated to alpine linux 2016-06-15 15:36:42 +01:00
Ric Harvey
16abc13dae Info about beta tags 2016-02-29 14:21:05 +00:00
Ric Harvey
3ec76e00ba Updated to support custom module install and switch template off by default 2016-02-27 19:15:59 +00:00
Ric Harvey
5a4ecbcf35 Tidy up directory structure 2016-01-18 22:08:03 +00:00
Ric Harvey
fab810f3f6 more updates to readme 2016-01-18 21:45:54 +00:00
Ric Harvey
de0d5d7d62 Updating README and adding logging info 2016-01-18 21:36:12 +00:00
Ric Harvey
cc2ff25052 Various fixes and updates 2016-01-17 22:35:36 +00:00
Ric Harvey
a788d25a96 updated nginx to 1.9.9 2016-01-16 21:18:46 +00:00
Richard Harvey
3d0e68f483 Merge pull request #30 from marsanla/master
Update mcrypt config
2016-01-16 21:10:45 +00:00
Richard Harvey
0cac107181 Merge pull request #26 from daveosborne/master
Supervisord pass through stdout and stderr from children
2016-01-16 21:09:13 +00:00
Ric Harvey
094aac35b6 Merge branch 'master' of github.com:ngineered/nginx-php-fpm 2016-01-16 21:07:59 +00:00
Ric Harvey
d3fffbc3ad image updates 2016-01-16 21:07:43 +00:00
Richard Harvey
1fe64cf437 Merge pull request #27 from smith64fx/patch-1
Better verify of permissions
2016-01-16 21:07:24 +00:00
Marcos Sanz
725881baa2 Update Dockerfile 2016-01-12 03:15:55 +01:00
Smithi
1716adc65e Better verify of permissions
I had a problem with your docker, when I mounted my web files from a docker volume container. The rights were still set to the owner root:root.


With this little fix they should be set properly to the runtime!


Cheers,
Michael
2015-12-29 20:07:41 +07:00
Dave Osborne
e45b1a4585 redirect supervisord child process stdout through to the container's stdout 2015-12-20 23:44:53 -05:00