diff options
author | BetaCat <outman99@hotmail.com> | 2018-10-18 02:19:04 +0800 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-10-17 14:19:04 -0400 |
commit | 1972383216643dcb01499011f3632a16f3d81611 (patch) | |
tree | d50a99724a07571cc00a3f5f8589fca07946fb60 /docs/content/doc/usage/reverse-proxies.en-us.md | |
parent | 25def0a808da5130074a5e2334a0a9f88ed621d8 (diff) | |
download | gitea-1972383216643dcb01499011f3632a16f3d81611.tar.gz gitea-1972383216643dcb01499011f3632a16f3d81611.zip |
ZH-CN translation of Usage part (#5086)v1.6.0-rc1v1.6.0-dev
Diffstat (limited to 'docs/content/doc/usage/reverse-proxies.en-us.md')
-rw-r--r-- | docs/content/doc/usage/reverse-proxies.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/reverse-proxies.en-us.md b/docs/content/doc/usage/reverse-proxies.en-us.md index b067aeb49c..bd3945a405 100644 --- a/docs/content/doc/usage/reverse-proxies.en-us.md +++ b/docs/content/doc/usage/reverse-proxies.en-us.md @@ -81,7 +81,7 @@ Then set `[server] ROOT_URL = http://git.example.com/git/` in your configuration Note: The following Apache HTTPD mods must be enabled: `proxy`, `proxy_http` -## Using Caddy with a Sub-path as a reverse proxy +## Using Caddy as a reverse proxy If you want Caddy to serve your Gitea instance you can add the following server block to your Caddyfile: |