Commit Graph

25 Commits (master)

Author SHA1 Message Date
mashirozx f05153fc65 Add php 7 image build workflow 2021-11-10 14:25:18 +08:00
Tim de Pater 8f3920f3f9
Upgrade to PHP8.0 2021-04-13 22:43:03 +02:00
Tim de Pater a866db2f37
Let nginx determine the amount of worker processes based on the number of CPU's 2020-12-15 10:25:52 +01:00
Ernesto Serrano 365f521c93
Enable gzip compression on nginx
Enable the gzip compression on nginx to improve performance
2020-04-22 08:51:52 +02:00
Tim de Pater 348b050138
Include other files in nginx/conf.d to allow for customization 2019-11-05 14:26:39 +01:00
Tim de Pater 373c03da2f
Write temporary files from nginx to /tmp which is writable as unprivileged user 2019-11-05 14:24:16 +01:00
Tim de Pater 95ed923068
Reformat file to remove tabs and to make it consistent 2019-11-05 13:36:53 +01:00
Tim de Pater 6a3b2f4abc
Cleanup the output of PHP-FPM when PHP throws an error 2019-08-03 14:39:52 +02:00
Tim de Pater 6521196575
fix missing script parameter
Co-Authored-By: mrvnklm <kelm.marvin@gmail.com>
2019-02-05 21:25:40 +01:00
Marvin 5c674bdd96 added nginx location for fpm ping 2019-02-05 11:27:05 +01:00
Tim de Pater 659806c6d0 Run the services in the container as non-privileged user 2019-01-26 13:54:53 +01:00
Tim de Pater d608b45950 Added HEALTHCHECK instruction to the Dockefile and enabled PHP FPM ping path 2019-01-05 09:27:58 +01:00
Tim de Pater ad15933ed3 Making sure output from PHP-FPM is redirected to the Docker logs 2017-09-09 09:26:05 +02:00
Tim de Pater 31c77e866f Changed PHP-FPM host to IPv4 address to avoid connecting over IPv6 2017-03-28 14:05:04 +02:00
Tim de Pater acdeb2cbbb Updated to PHP7.1. Improved the overall config based on the trafex/wordpress image 2017-03-28 13:58:02 +02:00
kasper Franz b5dc8a402a include other hosts 2016-08-16 18:00:34 +02:00
Tim de Pater 4c175497cf Fixed incorrect path to default nginx root 2016-07-31 10:20:31 +02:00
Tim de Pater 894d45fa43 Fixed failing Nginx by chosing an existing location for the pid file 2016-07-28 22:02:52 +02:00
Tim de Pater 44ccef07a8 Added response time info to Nginx logging 2016-03-16 14:54:20 +01:00
Tim de Pater fb9719f647 Switched to Alpine Linux for a smaller footprint 2016-03-16 13:34:24 +01:00
Tim de Pater ba9d97a88c Fixed tabs/spaces in nginx.conf 2016-02-24 12:29:53 +01:00
Tim de Pater 6003117145 Removed sudo: false from Travis.yml, doesn't have any effect 2016-02-24 11:34:24 +01:00
Tim de Pater 16aaa4f31f Rewrote the example setup to have only one Docker container 2016-02-24 11:08:50 +01:00
Tim de Pater 126068b319 Changed containers to have all the data included and don't mount any volumes 2016-02-16 10:13:29 +01:00
Tim de Pater c4677b0278 Intial commit 2016-02-15 18:20:56 +01:00