Browse Source

Update quickstart example

Just noticed the behind proxy was missing from the example that was supposed to include it.
Kyle Duren 1 year ago
parent
commit
6345e7f864
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/config.md

+ 1 - 0
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)"