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.
forgejo/routers/install
silverwind 14178c56bb
Add Cache-Control header to html and api responses, add no-transform (#20432)
`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.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
install.go Refactor `i18n` to `locale` (#20153) 2 years ago
routes.go Add Cache-Control header to html and api responses, add no-transform (#20432) 2 years ago
routes_test.go Add health check endpoint (#18465) 2 years ago
setting.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago