Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nginx
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible
roles
nginx
Merge requests
!2
disallow access to dotfiles besides .well-known by default
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
disallow access to dotfiles besides .well-known by default
feature/disallow_dotfiles
into
master
Overview
3
Commits
7
Pipelines
0
Changes
3
Merged
disallow access to dotfiles besides .well-known by default
psy
requested to merge
feature/disallow_dotfiles
into
master
Jan 30, 2022
Overview
3
Commits
7
Pipelines
0
Changes
3
questions i stumbled upon:
use prefix match instead of regex?
takes higher precedence
only overwritable by more specific match
closes
https://git.cccv.de/infra/documentation/-/issues/115
Edited
Mar 19, 2022
by
psy
0
0
Merge request reports
Compare
master
version 5
c5a4cb78
Feb 11, 2022
version 4
5500893f
Feb 11, 2022
version 3
5d0e01ee
Feb 6, 2022
version 2
24de0cee
Jan 30, 2022
version 1
0bd576e1
Jan 30, 2022
master (base)
and
version 5
latest version
c97f1fdc
7 commits,
Feb 11, 2022
version 5
c5a4cb78
6 commits,
Feb 11, 2022
version 4
5500893f
5 commits,
Feb 11, 2022
version 3
5d0e01ee
4 commits,
Feb 6, 2022
version 2
24de0cee
3 commits,
Jan 30, 2022
version 1
0bd576e1
1 commit,
Jan 30, 2022
3 files
+
13
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
defaults/main.yml
+
1
−
0
View file @ c5a4cb78
Edit in single-file editor
Open in Web IDE
Show full file
@@ -45,6 +45,7 @@ nginx_vhosts_defaults:
add_proxy_headers
:
{}
hide_proxy_headers
:
{}
backend
:
~
disallow_dotfiles
:
True
nginx_streams_defaults
:
listen
:
Loading