Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-php-starterkit
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
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
docker-php-starterkit
Merge requests
!7
Replace docker compose
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Replace docker compose
replace_docker-compose
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
replace_docker-compose
into
master
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
b19d61c0
Prev
Next
Show latest version
1 file
+
12
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b19d61c0
add security headers
· b19d61c0
Hahn Axel (hahn)
authored
1 year ago
docker/templates/vhost_app.conf
+
12
−
0
View file @ b19d61c0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -15,4 +15,16 @@
@@ -15,4 +15,16 @@
Require
all
denied
Require
all
denied
</
Location
>
</
Location
>
# security headers
Header
unset
X
-
Powered
-
By
Header
set
Strict
-
Transport
-
Security
"max-age=63072000; includeSubDomains; preload"
Header
set
X
-
Frame
-
Options
"SAMEORIGIN"
Header
set
X
-
Content
-
Type
-
Options
"nosniff"
Header
set
X
-
XSS
-
Protection
"1; mode=block"
Header
set
Feature
-
Policy
"sync-xhr 'self'"
Header
set
Referrer
-
Policy
"strict-origin-when-cross-origin"
</
VirtualHost
>
</
VirtualHost
>
\ No newline at end of file
Loading