Skip to content
Snippets Groups Projects
Commit 6827773a authored by jurgenhaas's avatar jurgenhaas
Browse files

General improvements

parent f9fc35c1
No related branches found
No related tags found
No related merge requests found
<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
......
<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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment