You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/install
silverwind 2fe0dab2d5
Add Cache-Control header to html and api responses, add no-transform (#20432) (#20459)
`no-transform` allegedly disables CloudFlare auto-minify and we did not
set caching headers on html or api requests, which seems good to have
regardless.

Transformation is still allowed for asset requests.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
install.go feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo init (#19751) 3 years ago
routes.go Add Cache-Control header to html and api responses, add no-transform (#20432) (#20459) 3 years ago
routes_test.go Add health check endpoint (#18465) 3 years ago
setting.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago