SSL
parent
ae7bfb2c97
commit
1c8747f06f
|
@ -66,10 +66,15 @@ firebase-key-file: "/etc/ntfy/ntfy-sh-firebase-adminsdk-ahnce-9f4d6f14b5.json"
|
||||||
|
|
||||||
## Behind a proxy (TLS, etc.)
|
## Behind a proxy (TLS, etc.)
|
||||||
|
|
||||||
!! warn
|
!!! warning
|
||||||
If you are behind a proxy, you must set the `behind-proxy` flag. Otherwise all visitors are rate limited
|
If you are behind a proxy, you must set the `behind-proxy` flag. Otherwise all visitors are rate limited
|
||||||
as if they are one.
|
as if they are one.
|
||||||
|
|
||||||
|
**TLS/SSL*: ntfy does not support TLS at this time.
|
||||||
|
|
||||||
|
If you are running ntfy behind a proxy (e.g. nginx, HAproxy or Apache), you should set the `behind-proxy` flag. This will
|
||||||
|
instruct the [rate limiting](#rate-limiting) logic to use the `X-Forwarded-For` header as the primary identifier
|
||||||
|
|
||||||
|
|
||||||
## Rate limiting
|
## Rate limiting
|
||||||
Rate limiting: Allowed GET/PUT/POST requests per second, per visitor:
|
Rate limiting: Allowed GET/PUT/POST requests per second, per visitor:
|
||||||
|
|
Loading…
Reference in New Issue