From 6345e7f864cfcafc48e3d62c6cf0963dbbc7a8a9 Mon Sep 17 00:00:00 2001 From: Kyle Duren Date: Wed, 1 Jan 2025 22:08:30 -0500 Subject: [PATCH] Update quickstart example Just noticed the behind proxy was missing from the example that was supposed to include it. --- docs/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.md b/docs/config.md index 9479301a3..10bb78e6d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -50,6 +50,7 @@ Here are a few working sample configs using a `/etc/ntfy/server.yml` file: listen-http: ":2586" cache-file: "/var/cache/ntfy/cache.db" attachment-cache-dir: "/var/cache/ntfy/attachments" + behind-proxy: true ``` === "server.yml (ntfy.sh config)"