You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** You have to configure the **NC_INSTANCE_URL** value with your public Nextcloud url and the **HP_TRUSTED_PROXY_IPS** value with your local network (CDIR) that hosts your reverse proxy and your Nextcloud instance.
103
+
76
104
---
77
105
78
106
## Configuring Your Reverse Proxy
@@ -135,6 +163,18 @@ http:
135
163
136
164
> **Note:** The `1800s` (30 minutes) read timeout matches HaRP's default `HP_TIMEOUT_SERVER` value. This is required for slow-responding ExApps (e.g., `context_chat_backend`) that may take a long time to process requests like document indexing or AI responses.
137
165
166
+
### Apache Example
167
+
#### On the Apache Reverse Proxy Host - Reverse proxy redirections
168
+
On the virtual Host "cloud.acme.com" of the apache conf file
169
+
Add the following lines (before the existing configuration)
0 commit comments