Shao Yu-Lung (Allen)
623ff66f40
Fix ci build failed and nginx adduser error ( #2165 )
...
* CI build no need CHANGE_SOURCE
* fix 'adduser: group 'www-data' in use' error
2019-06-06 12:25:25 +08:00
vlauciani
7ea44ca25a
Set 'logrotate' for 'nginx' logs ( #2111 )
...
* Update Dockerfile
Install 'logrotate' for nginx log. Issue https://github.com/laradock/laradock/issues/1357
* Create nginx
Create 'logrotate' file for nginx log. Issue https://github.com/laradock/laradock/issues/1357
* Update Dockerfile
Copy 'logrotate' config file. Issue https://github.com/laradock/laradock/issues/1357
* Update nginx
Add 'nodateext' logrotate option to archive with sequence number
* Update startup.sh
Add line to start 'crond' demon
* Update nginx
Update permissions
2019-05-18 10:54:45 +08:00
Vladyslav Shchepotin
d03ead34a2
Nginx for Windows ( #1879 )
...
* feature(nginx): add OpenSSL
* feature(nginx): add volume to store the certificates
* feature(nginx): add option installation OpenSSL
* feature(nginx): autogenerate certificates
* chore(nginx): add new line at end of file
* fix(nginx): fix run nginx on Windows
* fix(gitignore): end of file
2019-01-08 15:24:32 +08:00
Vladyslav Shchepotin
7219b3543a
Nginx: added OpenSSL for local development ( #1527 )
...
* feature(nginx): add OpenSSL
2018-11-13 20:44:51 +08:00
Daniel Hunsaker
31a4e29c81
Apply COPY vs ADD best practices
...
Should only use `ADD` for URLs (and even then, `curl` or `wget` are preferred, for numerous reasons, even within this repo) and when extracting archive contents as part of the `ADD` operation; otherwise `COPY` is clearer and (slightly) more efficient.
2018-04-04 06:13:28 -06:00
Shao Yu Lung
349be8b30e
MAINTAINER is deprecated
2018-03-16 21:09:15 +08:00
mouyong
ee205d1198
[F] fix syntax error.
2018-01-04 13:57:46 +08:00
Ennio Simões
57918b69a7
adding '\' to the Dockerfile nginx statement
2017-11-26 17:30:32 -02:00
牟勇
a99281cda8
Change application source from dl-cdn.alpinelinux.org to aliyun source
2017-11-14 21:03:19 +08:00
牟勇
1342b696ea
Merge branch 'master' of https://github.com/laradock/laradock
2017-11-14 20:57:52 +08:00
Vjekoslav Nikolic
4150f0b140
Fixes issue #1139 , non-responding mirrors.aliyun.com. Reverses 6440ca841a
2017-09-20 05:44:36 -07:00
Mahmoud Zalt
5c0b8316b1
make the PHP_UPSTREAM config for NGINX and Apache identical
2017-08-04 00:50:20 +03:00
蜗牛
6440ca841a
change application source #397 ( #609 )
...
# fix a problem--#397, change application source from dl-cdn.alpinelinux.org to aliyun source.
2017-02-15 09:34:30 -05:00
蜗牛
025a339062
change application source #397
...
# fix a problem--#397, change application source from dl-cdn.alpinelinux.org to aliyun source.
2017-02-15 10:20:18 +08:00
Dmitry Pupinin
d703c82c46
Exclude sites configuration from image and just use volume
2016-11-16 15:58:42 +07:00
larryeitel
93504a714d
Proof of concept - LaraDock hosting multiple sites
2016-08-15 15:14:05 -06:00
Eric Pfeiffer
e6cf30e7ba
re-added www-data user for nginx. log to stdout.
2016-07-26 12:41:52 -05:00
Eric Pfeiffer
ed8e241007
use nginx:alpine as base.
2016-07-26 11:19:31 -05:00
orette
ef8579987f
Added HHVM container and used environment variable for switching
2016-07-24 02:49:57 +00:00
Mahmoud Zalt
6eb3a9bd5f
fix nginx not connecting to php port 9000
2016-05-18 06:29:33 +03:00
Mahmoud Zalt
05a83d383f
Major updates.
...
- upgrade docker compose to v2
- build images locally instead of pulling them from the registry
- separate php container form nginx container
- support all the php versions including php 7.0
- remove beanstalked container to be optionally added later by the user
2016-05-06 17:04:02 +03:00