Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
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
Ansible
Roles
gitlab
Commits
6827773a
Commit
6827773a
authored
8 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
General improvements
parent
f9fc35c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/default
+5
-5
5 additions, 5 deletions
templates/default
templates/default-ssl
+2
-2
2 additions, 2 deletions
templates/default-ssl
with
7 additions
and
7 deletions
templates/default
+
5
−
5
View file @
6827773a
<VirtualHost *:80>
Include /etc/apache2/
conf-available
/global-redirect.conf
Include /etc/apache2/
{{ apache_conf_dir }}
/global-redirect.conf
ServerAdmin admin@paragon-es.de
DocumentRoot /var/www
<Directory /var/www>
Include /etc/apache2/
conf-available
/global-deny.conf
Include /etc/apache2/
{{ apache_conf_dir }}
/global-deny.conf
Options -MultiViews
</Directory>
...
...
@@ -15,7 +15,7 @@
</VirtualHost>
<VirtualHost *:80>
Include /etc/apache2/
conf-available
/global-redirect.conf
Include /etc/apache2/
{{ apache_conf_dir }}
/global-redirect.conf
ServerName gitlab.paragon-es.de
ServerSignature Off
...
...
@@ -26,7 +26,7 @@
</VirtualHost>
<VirtualHost *:80>
Include /etc/apache2/
conf-available
/global-redirect.conf
Include /etc/apache2/
{{ apache_conf_dir }}
/global-redirect.conf
ServerName mattermost.paragon-es.de
ServerSignature Off
...
...
@@ -37,7 +37,7 @@
</VirtualHost>
<VirtualHost *:80>
Include /etc/apache2/
conf-available
/global-redirect.conf
Include /etc/apache2/
{{ apache_conf_dir }}
/global-redirect.conf
ServerName youtrack.paragon-es.de
ServerSignature Off
...
...
This diff is collapsed.
Click to expand it.
templates/default-ssl
+
2
−
2
View file @
6827773a
<VirtualHost _default_:443>
Include /etc/apache2/
conf-available
/global-redirect.conf
Include /etc/apache2/
{{ apache_conf_dir }}
/global-redirect.conf
SSLEngine on
#strong encryption ciphers only
...
...
@@ -74,7 +74,7 @@
</VirtualHost>
<VirtualHost _default_:443>
Include /etc/apache2/
conf-available
/global-redirect.conf
Include /etc/apache2/
{{ apache_conf_dir }}
/global-redirect.conf
SSLEngine on
SSLProxyEngine on
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment