summaryrefslogtreecommitdiff
path: root/nginx
AgeCommit message (Collapse)Author
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
These redirects aren't being used for any of the actual pages based on the access logs.
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
Cache busting isn't available for /favicon.ico when it isn't fetched for an HTML page.
2021-05-17use SVG for /favicon.ico if browser asks for itDaniel Micay
This makes Chromium use the SVG favicon universally including as the favicon for non-HTML files.
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