summaryrefslogtreecommitdiff
path: root/nginx
AgeCommit message (Expand)Author
2021-05-24add Matrix client homeserver delegationDaniel Micay
2021-05-24add Matrix homeserver delegationDaniel Micay
2021-05-23drop types_hash_max_size configurationDaniel Micay
2021-05-23add webmanifest mime typeDaniel Micay
2021-05-23add mjs as javascript extensionDaniel Micay
2021-05-23add upstream mime.typesDaniel Micay
2021-05-19simplify favicon.svg rewriteDaniel Micay
2021-05-19add /favicon.svg location blockDaniel Micay
2021-05-18simplify redirect for broken backlinksDaniel Micay
2021-05-18treat mask-icon.svg as an implementation detailDaniel Micay
2021-05-18keep redirect location blocks togetherDaniel Micay
2021-05-18use prefix match for fonts instead of regexDaniel Micay
2021-05-18convert regex location into exact matchDaniel Micay
2021-05-17reduce cache time for SVG served as /favicon.icoDaniel Micay
2021-05-17use SVG for /favicon.ico if browser asks for itDaniel Micay
2021-05-16remove legacy graphene.png redirectDaniel Micay
2021-05-16stop logging not found files as errorsDaniel Micay
2021-05-16fail fast on mta-sts bot trafficDaniel Micay
2021-05-14rename grapheneos.css to main.cssDaniel Micay
2021-05-14redirect 404 /page/ to /page if /page.html existsDaniel Micay
2021-05-11add comment explaining HTTPS redirect approachDaniel Micay
2021-05-07include scheme and host in access logDaniel Micay
2021-05-06use relative paths for TLS stateDaniel Micay
2021-05-02use more granular session ticket key rotationDaniel Micay
2021-05-02enable session tickets with rotation scriptDaniel Micay
2021-04-29add redirect from unused mta-sts rootDaniel Micay
2021-04-29nginx: add source map supportDaniel Micay
2021-04-26enable open file cache for main static rootDaniel Micay
2021-04-25nginx: raise open file limitDaniel Micay
2021-04-25reduce reliance on try_files (inefficient)Daniel Micay
2021-04-23raise keepalive_timeout to prior HTTP/2 valueDaniel Micay
2021-04-23prefer ChaCha20 for clients without hardware AESDaniel Micay
2021-04-23update nginx configuration for 1.20.0Daniel Micay
2021-04-19use 429 response code for conn limitDaniel Micay
2021-04-18disable unused Clipboard API featuresDaniel Micay
2021-04-18disable unused hid (WebHID API) featureDaniel Micay
2021-04-18disable unused serial (Web Serial API) featureDaniel Micay
2021-04-18disable interest-cohort featureDaniel Micay
2021-04-17add missing qualifier for CORP header settingDaniel Micay
2021-04-17redirect mangled backlinks to /usage#updatesDaniel Micay
2021-04-17redirect broken backlink to /faqDaniel Micay
2021-04-17disable obsolete msie_padding featureDaniel Micay
2021-04-17nginx: limit sendfile chunk sizeDaniel Micay
2021-04-16set keepalive_requests to match nginx mainlineDaniel Micay
2021-04-16nginx: remove redundant tcp_nodelay optionDaniel Micay
2021-04-16remove obsolete mask icon redirectsDaniel Micay
2021-04-15finish setting up CORP headers and document issuesDaniel Micay
2021-04-15avoid breaking image hotlinking for nowDaniel Micay
2021-04-15remove legacy mstile redirectsDaniel Micay
2021-04-14simplify error page configurationDaniel Micay