bundles/ntfy: fix formatting errors
This commit is contained in:
parent
fdfd12683f
commit
8b1ccb760a
2 changed files with 4 additions and 4 deletions
|
@ -65,9 +65,9 @@ listen-http: "127.0.0.1:22100"
|
||||||
cache-file: "/var/cache/ntfy/cache.db"
|
cache-file: "/var/cache/ntfy/cache.db"
|
||||||
cache-duration: "12h"
|
cache-duration: "12h"
|
||||||
cache-startup-queries: |
|
cache-startup-queries: |
|
||||||
pragma journal_mode = WAL;
|
pragma journal_mode = WAL;
|
||||||
pragma synchronous = normal;
|
pragma synchronous = normal;
|
||||||
pragma temp_store = memory;
|
pragma temp_store = memory;
|
||||||
|
|
||||||
# If set, access to the ntfy server and API can be controlled on a granular level using
|
# If set, access to the ntfy server and API can be controlled on a granular level using
|
||||||
# the 'ntfy user' and 'ntfy access' commands. See the --help pages for details, or check the docs.
|
# the 'ntfy user' and 'ntfy access' commands. See the --help pages for details, or check the docs.
|
||||||
|
|
|
@ -60,7 +60,7 @@ def nginx(metadata):
|
||||||
'websockets': True,
|
'websockets': True,
|
||||||
'proxy_read_timeout': '3m',
|
'proxy_read_timeout': '3m',
|
||||||
'max_body_size': '20m',
|
'max_body_size': '20m',
|
||||||
'additional_config': {
|
'additional_config': {
|
||||||
'proxy_connect_timeout 3m',
|
'proxy_connect_timeout 3m',
|
||||||
'proxy_send_timeout 3m',
|
'proxy_send_timeout 3m',
|
||||||
'proxy_request_buffering off',
|
'proxy_request_buffering off',
|
||||||
|
|
Loading…
Reference in a new issue