Update quickstart example

Just noticed the behind proxy was missing from the example that was supposed to include it.
This commit is contained in:
Kyle Duren 2025-01-01 22:08:30 -05:00 committed by GitHub
parent 630f2957de
commit 6345e7f864
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)"