Skip to content
Snippets Groups Projects
Commit 00868c4f authored by Florian Sesser's avatar Florian Sesser
Browse files

Merge remote-tracking branch 'whetstone/develop' into 314.borgbackup

parents 8d6f32ec 20c5ed14
Branches
No related tags found
5 merge requests!315update production,!314update production,!313update production,!312update production,!297Borgbackup
Pipeline #2048 passed
......@@ -254,6 +254,17 @@ in {
# we pass less scanning spam on to our backend
# Want a regex instead? try locations."~ /v\d+/"
proxyPass = "http://127.0.0.1:${internalHttpPort}";
# The redemption endpoint can intentionally delay its response for
# up to 600 seconds for a cheap kind of server-push when payment
# completes. Let that timeout control how long the connection stays
# open. PaymentServer does not accept configuration for that
# duration so we also hard-code it here.
#
# http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_timeout
extraConfig = ''
proxy_read_timeout 660;
'';
};
locations."/metrics" = {
# Only allow our monitoringvpn subnet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment