Commit Graph

48 Commits

Author SHA1 Message Date
thelittlefireman
157a1c27f1 fix huge mistake : bad copy past and missing parameters 2017-06-23 11:02:47 +02: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
aa551a999e Add new flag REMOVE_FILES to close #121 2017-03-16 16:29:22 +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
4cfc4cb998 allowing UID/GID mapping as per issue #73 2017-02-13 10:15:39 +00:00
Ric Harvey
cbf763305b Adds support for Real_ip in logs closes #106 2017-02-10 10:05:52 +00:00
Ric Harvey
869483e5a2 fixed if statement in start script 2017-02-07 11:37:11 +00:00
Ric Harvey
e6da096f0e fix start script 2017-02-07 11:15:23 +00:00
Ric Harvey
af3622f638 Merge branch '7.1' 2017-02-07 10:41:03 +00:00
Ric Harvey
2ec8a51070 merge in @royrico pull request into 7.1 code 2017-02-07 10:36:43 +00:00
Ric Harvey
784e07feb0 fix script to change php vars 2017-02-07 09:55:21 +00:00
Roy Rico
3d70ac9b3f updated script to work with bitbucket and use ssh vs https
updated scripts to support specifying a git branch

updated docs to reflect new environment variables

removed debugging comments
2017-02-06 21:14:54 -07:00
Ric Harvey
c445176457 First 7.1 build with nginx complie 2017-02-05 22:46:45 +00:00
Ric Harvey
cab88604a6 tidy up indent 2017-01-06 14:57:48 +00:00
Ric Harvey
d7f66d83af testing for #95 composer auto run 2017-01-06 14:55:12 +00:00
Ric Harvey
00b51479e9 closes #103 2017-01-06 09:22:18 +00:00
mattclarkpgh
2773c3479f Added --quiet to certbot command.
certbot command was failing for me. Added --quiet per https://github.com/certbot/certbot/issues/3657
2017-01-03 14:48:01 -05:00
Ric Harvey
919add13e0 Merge pull request #100 from fvigotti/patch-1
added exec to supervisord
2017-01-03 09:34:41 +00:00
Ric Harvey
bc75013ac4 Switching master to PHP7 2017-01-03 09:19:57 +00:00
fvigotti
b18a612168 added exec to supervisord
without it the signal is not passed to supervisord process by bash :)
2016-12-15 16:56:29 +00:00
Ric Harvey
dbc35c4aa1 Closes #89 fixes webroot in SSL setup 2016-10-28 10:40:36 +01:00
Ric Harvey
6ecfdbdf2e adding nginx config support 2016-08-16 11:29:35 +01:00
Ric Harvey
383c6a10c6 closes issue #58 2016-08-10 10:25:16 +01:00
Ric Harvey
faf0f8e7c3 adding scripting support 2016-08-09 14:00:01 +01:00
Dan Robertson
aaf1b21ec8 "added token support" 2016-08-09 13:58:32 +01:00
Dan Robertson
f4ea5fac41 added token support 2016-08-09 13:36:00 +01:00
Ric Harvey
dc426b68c1 Fix certbot typo 2016-07-26 15:09:00 +01:00
Ric Harvey
9a9f098d2c fix webroot 2016-07-26 10:54:54 +01:00
Ric Harvey
79f3a36a9d revert webroot in start.sh so it support webroot as a sub directory of your repo 2016-07-26 10:42:55 +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
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
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
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
64a8904aa6 Fix ownership of webRoot to allow uploads 2016-06-23 14:09:34 +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
9e216a395f Updated to alpine linux 2016-06-15 15:36:42 +01: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