Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker for Drupal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Composer
plugin
Docker for Drupal
Merge requests
!51
Merging develop into main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merging develop into main
develop
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
jurgenhaas
requested to merge
develop
into
main
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
6e942658
1 commit,
2 years ago
1 file
+
43
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
templates/vhost.conf.twig
+
43
−
12
Options
<VirtualHost
*:80
>
DocumentRoot "/var/www/html/
{{
webRoot
}}
/"
ServerName default
Include conf/preset.conf
<Location
/>
Require all granted
</Location>
SetEnv HTTPS on
SetEnvIf X-Forwarded-Proto https HTTPS=on
SetEnvIf Request_URI "^/\.healthz$" dontlog
RedirectMatch 204 .healthz
<IfModule
mod_proxy_http.c
>
SSLProxyEngine on
</IfModule>
ServerName default
Include conf/preset.conf
<Location
/>
Require all granted
</Location>
<FilesMatch
"^\.(?!
well-known
)"
>
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch
"\.(?
:sh
|
sql
|
mysql
|
po
|
tpl
|
make
|
test
)$"
>
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch
"^
wodby
\.
yml
"
>
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch
"^
Makefile
"
>
Order allow,deny
Deny from all
</FilesMatch>
<DirectoryMatch
"/\.(?!
well-known
)"
>
Order allow,deny
Deny from all
</DirectoryMatch>
SetEnvIf Request_URI "^/\.healthz$" dontlog
RedirectMatch 204 .healthz
SetEnv HTTPS on
SetEnvIf X-Forwarded-Proto https HTTPS=on
<IfModule
mod_proxy_http.c
>
SSLProxyEngine on
</IfModule>
</VirtualHost>
Loading