Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Merge requests
!314
update production
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
update production
develop
into
production
Overview
0
Commits
47
Pipelines
1
Changes
1
Closed
Ghost User
requested to merge
develop
into
production
2 years ago
Overview
0
Commits
47
Pipelines
1
Changes
1
Expand
Changes from develop since 2022-05-23T16:19:20+00:00
Deployment Notes
Included Merge Requests
!309 (merged)
!307 (merged)
!308 (merged)
!306 (merged)
Diff Stat
0
0
Merge request reports
Viewing commit
00868c4f
Prev
Next
Show latest version
1 file
+
11
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
00868c4f
Merge remote-tracking branch 'whetstone/develop' into 314.borgbackup
· 00868c4f
Florian Sesser
authored
2 years ago
nixos/modules/issuer.nix
+
11
−
0
Options
@@ -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
Loading