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
Copy file name to clipboardExpand all lines: docs/advanced/1_self_host/index.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ address:
53
53
# .env
54
54
DB_PASSWORD=supersecret
55
55
WM_BASE_URL=http://windmill.example.com
56
-
CADDY_REVERSE_PROXY=http://windmill.example.com
57
56
```
58
57
59
58
Setting the `WM_BASE_URL` configures Windmill to use it as its base url. The reverse proxy is also configured at the same domain. You can use any reverse proxy as long as they behave mostly like the following caddy configuration:
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
// // Optional: Replace parts of the item URLs from Algolia. Useful when using the same search index for multiple deployments using a different baseUrl. You can use regexp or string in the `from` param. For example: localhost:3000 vs myCompany.com/docs
151
+
// replaceSearchResultPathname: {
152
+
// from: '/docs/', // or as RegExp: /\/docs\//
153
+
// to: '/'
154
+
// },
155
+
156
+
// Optional: Algolia search parameters
157
+
searchParameters: {},
158
+
159
+
// Optional: path for search page that enabled by default (`false` to disable it)
0 commit comments