summaryrefslogtreecommitdiff
path: root/nginx
AgeCommit message (Expand)Author
2021-06-22cleaner nginx status monitoring configurationDaniel Micay
2021-06-21add back legacy redirectDaniel Micay
2021-06-21set security headers for Matrix client metadataDaniel Micay
2021-06-13fix redirects for broken twipu linksDaniel Micay
2021-06-11fix object replacement character redirectDaniel Micay
2021-06-08mark Expect-CT as largely obsoleteDaniel Micay
2021-06-07convert if back into location blockDaniel Micay
2021-06-04remove legacy underscore redirects (unused)Daniel Micay
2021-06-03add redirect away from old SVG faviconDaniel Micay
2021-06-02reorder nginx location blocksDaniel Micay
2021-06-02make index files into an implementation detailDaniel Micay
2021-06-02treat html extension as an implementation detailDaniel Micay
2021-05-31add grapheneos.ca domainDaniel Micay
2021-05-28add grapheneos.net domainDaniel Micay
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