diff options
author | John Olheiser <john.olheiser@gmail.com> | 2022-07-20 23:54:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 12:54:42 +0800 |
commit | e5ef7c2a91db0454b216ce2c1f5188363b1448a3 (patch) | |
tree | d32e2f260271c36a8023025e86662ffbc00f6c0c /docs/content | |
parent | 755410162f382097b1c6e36430590a3cbb25a1f9 (diff) | |
download | gitea-e5ef7c2a91db0454b216ce2c1f5188363b1448a3.tar.gz gitea-e5ef7c2a91db0454b216ce2c1f5188363b1448a3.zip |
Add Cloudflare auto-minify to FAQ (#20430)
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/help/faq.en-us.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index a64cccfa66..5783169fa9 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -403,3 +403,9 @@ gitea doctor recreate-table ``` It is highly recommended to back-up your database before running these commands. + + +## Why are tabs/indents wrong when viewing files + +If you are using Cloudflare, turn off the auto-minify option in the dashboard. +`Speed` -> `Optimization` -> Uncheck `HTML` within the `Auto-Minify` settings. |