Commit 727d6de2 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Merge branch '21-stop-logging-of-health-pings' into 'main'

Stop Logging of Health Pings

Closes #21

See merge request !35
parents 2155c00a 34438cb6
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,4 +5,7 @@ regex-style-search=True
[author-valid-email]
regex=@[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9](\.[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])+$

[ignore-body-lines]
regex=^(Fixes|Closes):?\s+[#][0-9]+

# vim:ft=cfg
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ access.format = "[%{%Y-%m-%dT%H:%M:%S%z}t] %{REMOTE_ADDR}e %m %{REQUEST_URI}e %s

ping.path = "/.probe"
ping.response = "OK"
access.suppress_path[] = "/.probe"
+5 −1
Original line number Diff line number Diff line
@@ -46,9 +46,13 @@ get_tarball()

cd $(mktemp -d)

CPPFLAGS=(
	-Dphp_strtolower=zend_str_tolower
)

get_tarball | tar -xf- --strip-components=1
phpize
./configure
./configure CPPFLAGS="${CPPFLAGS[*]}"
make install

echo "extension=imagick.so" > /usr/local/etc/php/conf.d/imagick.ini