Docs: replace gitea with Gitea (#17838)

Co-authored-by: wxiaoguang <[email protected]>
Co-authored-by: Lunny Xiao <[email protected]>
This commit is contained in:
qwerty287
2021-11-28 21:28:30 +08:00
committed by GitHub
co-authored by wxiaoguang Lunny Xiao
parent 6a2696030c
commit a504ca2c61
14 changed files with 48 additions and 48 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ We can tune the performance in splitting requests into categories static and dyn
CSS files, JavaScript files, images and web fonts are static content.
The front page, a repository view or issue list is dynamic content.
Nginx can serve static resources directly and proxy only the dynamic requests to gitea.
Nginx can serve static resources directly and proxy only the dynamic requests to Gitea.
Nginx is optimized for serving static content, while the proxying of large responses might be the opposite of that
(see [https://serverfault.com/q/587386](https://serverfault.com/q/587386)).
@@ -95,7 +95,7 @@ server {
Set `[server] STATIC_URL_PREFIX = http://cdn.example.com/gitea` in your configuration.
```apacheconf
# application server running gitea
# application server running Gitea
server {
listen 80;
server_name git.example.com;