bundles/ntfy: first draft
This commit is contained in:
parent
deba777a80
commit
a8cf858d44
7 changed files with 338 additions and 5 deletions
|
@ -118,7 +118,7 @@ server {
|
|||
% endif
|
||||
proxy_buffering off;
|
||||
proxy_read_timeout ${options.get('proxy_read_timeout', 60)};
|
||||
client_max_body_size ${options.get('max_body_size', '5M')};
|
||||
client_max_body_size ${options.get('max_body_size', '5m')};
|
||||
% elif 'redirect' in options:
|
||||
return ${options.get('mode', 308)} ${options['redirect']};
|
||||
% elif 'return' in options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue