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
docs(cache): update the docs with our new cache capabilities (#2311)
Only to be merged close to release to prevent confusion
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/src/run-with-nginx.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
## Using with NGINX
2
2
3
-
You can run Martin behind NGINX proxy, so you can cache frequently accessed tiles and reduce unnecessary pressure on the database. Here is an example `docker-compose.yml` file that runs Martin with NGINX and PostgreSQL.
3
+
You can run Martin behind NGINX proxy, so you can cache frequently accessed tiles with custom logic.
4
+
Here is an example `docker-compose.yml` file that runs Martin with NGINX and PostgreSQL.
0 commit comments