summaryrefslogtreecommitdiff
path: root/Running-federated-Gitea.md
diff options
context:
space:
mode:
authorAnthony Wang2022-07-21 23:14:54 +0800
committerAnthony Wang2022-07-21 23:14:54 +0800
commit0346e65360612c7babad785ff92b0b6d03ead048 (patch)
treea5d9a5926ff4e00816f53192b14e83617a4baf63 /Running-federated-Gitea.md
parent99b9158b1cf99d4268673d1533c56667286396e3 (diff)
Add note about reverse-proxy
Diffstat (limited to 'Running-federated-Gitea.md')
-rw-r--r--Running-federated-Gitea.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Running-federated-Gitea.md b/Running-federated-Gitea.md
index 67cbed6..6048faa 100644
--- a/Running-federated-Gitea.md
+++ b/Running-federated-Gitea.md
@@ -14,4 +14,6 @@ First, clone this repository. If you would like to build a Docker image, there i
## Configuration
-Make sure you have `ENABLED=true` in the [federation](https://docs.gitea.io/en-us/config-cheat-sheet/#federation-federation) section of your Gitea config. \ No newline at end of file
+Make sure you have `ENABLED=true` in the [federation](https://docs.gitea.io/en-us/config-cheat-sheet/#federation-federation) section of your Gitea config.
+
+Also, make sure your reverse-proxy is set up correctly if you use one, using the [Gitea docs](https://docs.gitea.io/en-us/reverse-proxies/) as reference. \ No newline at end of file