Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
open-source
MetaGer
Merge requests
!2047
Resolve "Update Ürivacy Policy"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update Ürivacy Policy"
1238-update-urivacy-policy
into
development
Overview
0
Commits
5
Pipelines
5
Changes
3
Merged
Dominik Hebeler
requested to merge
1238-update-urivacy-policy
into
development
1 year ago
Overview
0
Commits
5
Pipelines
5
Changes
3
Expand
Closes
#1238 (closed)
0
0
Merge request reports
Compare
development
version 3
e4f59769
1 year ago
version 2
ec533aed
1 year ago
version 1
3f2a32da
1 year ago
development (base)
and
latest version
latest version
775a2ead
5 commits,
1 year ago
version 3
e4f59769
4 commits,
1 year ago
version 2
ec533aed
3 commits,
1 year ago
version 1
3f2a32da
1 commit,
1 year ago
3 files
+
74
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
build/nginx/configuration/nginx-default.conf
+
1
−
1
Options
@@ -12,7 +12,7 @@ server {
return
200
"healthy\n"
;
}
location
~
"^(/.*)?/keys
/api/json
"
{
location
~
"^(/.*)?/keys"
{
access_log
off
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
Loading