bundles/ntfy: first draft

This commit is contained in:
Sophie Schiller 2022-10-19 15:24:39 +02:00
parent deba777a80
commit a8cf858d44
7 changed files with 338 additions and 5 deletions

View file

@ -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: