diff options
author | 8ctopus <13252042+8ctopus@users.noreply.github.com> | 2019-10-10 04:11:25 +0500 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-10-10 00:11:25 +0100 |
commit | 628f9da0de79703e5a107267c8f27bab5c40e000 (patch) | |
tree | 75763a8c338ccb4196117c5fa82b0a444c689fd1 /docs/content/doc/usage/https-support.md | |
parent | e270896a834f9f73c25b3e27fe596d2ced55b414 (diff) | |
download | gitea-628f9da0de79703e5a107267c8f27bab5c40e000.tar.gz gitea-628f9da0de79703e5a107267c8f27bab5c40e000.zip |
Doc recommend to use reverse proxy if Apache/nginx is also running on… (#8384)
* Doc recommend to use reverse proxy if Apache/nginx is also running on server
* Update docs/content/doc/usage/https-support.md
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Diffstat (limited to 'docs/content/doc/usage/https-support.md')
-rw-r--r-- | docs/content/doc/usage/https-support.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/usage/https-support.md b/docs/content/doc/usage/https-support.md index 22cbc684aa..e2b5332c05 100644 --- a/docs/content/doc/usage/https-support.md +++ b/docs/content/doc/usage/https-support.md @@ -20,6 +20,8 @@ menu: Before you enable HTTPS, make sure that you have valid SSL/TLS certificates. You could use self-generated certificates for evaluation and testing. Please run `gitea cert --host [HOST]` to generate a self signed certificate. +If you are using Apache or nginx on the server, it's recommended to check the [reverse proxy guide]({{< relref "doc/usage/reverse-proxies.en-us.md" >}}). + To use Gitea's built-in HTTPS support, you must change your `app.ini` file: ```ini |