Commit Graph

218 Commits

Author SHA1 Message Date
Daniel Micay
c31759b483 remove backup intermediates when finished 2023-06-29 10:52:16 -04:00
Daniel Micay
39711a6085 move mta-sts.matrix.grapheneos.org to mail server 2023-06-21 14:32:40 -04:00
Daniel Micay
7b897e0a6f use Python 3.11 for CI 2023-06-10 21:19:46 -04:00
Daniel Micay
b32a6b1715 regenerate requirements.txt 2023-06-06 22:03:34 -04:00
Daniel Micay
d6c8717a4f regenerate requirements.txt 2023-05-31 19:05:02 -04:00
Daniel Micay
e66a204ca7 avoid configuration warning with nginx 1.24.0 2023-05-23 18:22:29 -04:00
Daniel Micay
12e5ad3a7e add mta-sts configuration 2023-05-22 17:57:49 -04:00
Daniel Micay
341f7a3077 update call configuration 2023-05-13 11:13:47 -04:00
Daniel Micay
9550aa0fc7 consistent whitespace style 2023-05-05 14:46:11 -04:00
Daniel Micay
837d4f0c5c disable failure tracking for backend 2023-04-17 10:01:00 -04:00
Daniel Micay
32a33ba94f improve HTTP request logging
* add $upstream_cache_status
* add '-$connection_requests' after $connection
* enable subrequest logging

$connection_requests makes it much easier to see connection reuse in the
logs and also helps to understand subrequests.
2023-03-09 11:02:03 -05:00
Daniel Micay
937be19e46 add upstream timing to http log format 2023-03-07 14:18:27 -05:00
Daniel Micay
73cca1dbfb enable minimal stderr logging 2023-03-07 11:00:08 -05:00
Daniel Micay
139b0ed376 ssl_reject_handshake is working as intended 2023-03-07 10:36:12 -05:00
Daniel Micay
12b5478585 work around unreliable ssl_reject_handshake 2023-03-06 11:01:29 -05:00
Daniel Micay
697f926f63 avoid double logging for nginx error log 2023-03-06 00:55:32 -05:00
Daniel Micay
648ca1f657 disable keepalive for stub HTTP service 2023-02-27 02:38:35 -05:00
Daniel Micay
babdb283ad use consistent configuration style 2023-02-26 10:50:11 -05:00
Daniel Micay
ddcf7a2a36 add back request method to log format 2023-02-19 22:42:58 -05:00
Daniel Micay
d3c60a104b set baseline nginx root directory in http block 2023-02-19 11:51:37 -05:00
Daniel Micay
7725a8617d work around nginx keepalive configuration bug
https://trac.nginx.org/nginx/ticket/2012
2023-02-18 12:38:10 -05:00
Daniel Micay
74228f0fdc entirely disable access log for status socket 2023-02-18 08:18:07 -05:00
Daniel Micay
deb985e065 reject connections to invalid names 2023-02-17 23:16:01 -05:00
Daniel Micay
f8ac420c83 improve gitignore configuration 2023-02-17 19:05:22 -05:00
Daniel Micay
843e57b45f disable multipart range requests 2023-02-14 10:33:25 -05:00
Daniel Micay
d142058ade improve naming for http limit conn zone 2023-02-11 04:26:52 -05:00
Daniel Micay
8f673908ef move error_log configuration to top level 2023-02-11 04:07:55 -05:00
Daniel Micay
4540f10175 add request time to log format 2023-02-10 08:28:49 -05:00
Daniel Micay
7f61787026 switch to improved custom log format
This switches to a fully custom log format instead of using a variant of
the standard combined format since we don't use any tools requiring the
logs to be a standard format. This provides a cleaner format, allows us
to freely add new fields and gets rid of legacy/redundant fields.

The redundant timestamp already provided as the syslog timestamp is
dropped along with the legacy identd field always set to a dash.

This adds the connection serial number for identifying requests coming
from the same connection. TLS version is added as a replacement for our
previous addition of the URI scheme. This also adds the total request
length and total bytes sent to the client instead of only the body bytes
sent.
2023-02-10 08:04:30 -05:00
Daniel Micay
3ff77f472d add remote backup files to deploy script 2023-02-10 07:46:01 -05:00
Daniel Micay
66b973a3b6 allow resources system calls for remote backup 2023-02-10 07:46:01 -05:00
Daniel Micay
38f344595f reduce client body / header timeouts to 15s 2023-02-09 18:42:51 -05:00
Daniel Micay
270cd2ba3f avoid unnecessary redirects for ACME challenge 2023-02-09 09:53:16 -05:00
Daniel Micay
b85be6c2bb use default HTTP/2 input buffer size 2023-02-09 05:14:25 -05:00
Daniel Micay
ff4984b21c simplify nginx status path 2023-01-31 21:51:25 -05:00
Daniel Micay
17c7ba5fd6 upgrade python dependencies 2023-01-31 02:01:28 -05:00
Daniel Micay
4b4c155337 update postgresql.conf for postgresql 15.1 2023-01-29 21:29:48 -05:00
Daniel Micay
cd5d78c485 rebase onto current nginx mime.types 2023-01-17 14:00:48 -05:00
Daniel Micay
fc8c4a6a57 add build environment setup script 2023-01-17 00:09:44 -05:00
Daniel Micay
5417e37062 require hashes and binary wheels for pip 2023-01-10 13:53:33 -05:00
Daniel Micay
7d9379972f freeze hashes of python dependencies 2023-01-10 13:02:53 -05:00
Daniel Micay
0e574a4ee9 add postgresql.conf 2022-12-04 04:35:35 -05:00
Daniel Micay
5fe0978ef2 brotli keeps source files by default 2022-11-01 00:20:47 -04:00
Daniel Micay
d5ed786d2a add minimal Permissions Policy as a starting point 2022-10-17 22:27:09 -04:00
Daniel Micay
4f1aa5bceb increase resolver timeout 2022-10-12 16:30:25 -04:00
Daniel Micay
a1997d89c4 rename conn limit memory zone 2022-10-01 12:56:03 -04:00
Daniel Micay
9fbcc9587d update Element web app configuration 2022-09-28 12:00:55 -04:00
Daniel Micay
06cd80873f use custom format for access log again 2022-09-27 10:27:36 -04:00
Daniel Micay
0e16b5798b reduce HTTP/2 chunk size to match TLS record size 2022-09-26 13:14:40 -04:00
Daniel Micay
9ed069073c use syslog (journald) for nginx access log 2022-09-25 14:18:13 -04:00