Ray Walker
Ray Walker
> Use .sh or .bash extension if file is meant to be included/sourced. Never on executable script. I'm curious about the philosophy of NOT including .sh as a suffix for...
`gzip_proxied any;` See https://blog.percy.io/tuning-nginx-behind-google-cloud-platform-http-s-load-balancer-305982ddb340
https://github.com/GoogleCloudPlatform/php-docker/pull/348
Version: 1.11.0 (AVH Edition) ```bash git flow init -d touch 1 git add . git commit -m "commit:1" git flow release start v1 touch 2 git add . git commit...
Following on from #216 and #230 Removing `access_log` from default nginx.conf enables per-virtual host logging configuration. Is there any argument against modifying default nginx.conf in this way, considering it's already...
## Remove usage of legacy AccountSettings fixture in ThemesIndexControllerTest This pull request is a (multiple allowed): * [ ] bug fix * [x] change of existing behavior * [ ]...
# Add LZ4 Block Format Specification Compliance ## Problem The current `lz4_compress()` and `lz4_uncompress()` functions violate the [official LZ4 Block Format specification](https://github.com/lz4/lz4/blob/dev/doc/lz4_Block_format.md) by embedding a 4-byte size header in the...