Skip to content

Commit 628f9da

Browse files
8ctopusjolheiser
authored andcommitted
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 <[email protected]>
1 parent e270896 commit 628f9da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/doc/usage/https-support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ menu:
2020
Before you enable HTTPS, make sure that you have valid SSL/TLS certificates.
2121
You could use self-generated certificates for evaluation and testing. Please run `gitea cert --host [HOST]` to generate a self signed certificate.
2222

23+
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" >}}).
24+
2325
To use Gitea's built-in HTTPS support, you must change your `app.ini` file:
2426

2527
```ini

0 commit comments

Comments
 (0)