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

Implement global Apache access control

parent f29b3fb5
No related branches found
No related tags found
No related merge requests found
<VirtualHost *:80>
Include /etc/apache2/conf-available/global-redirect.conf
ServerAdmin {{apache_server_admin}}
ServerName {{owncloud_domain}}
php_value auto_prepend_file "/var/www/owncloud/config/{{owncloud_shortname}}.php"
......@@ -22,6 +24,8 @@
{% if owncloud_ssl %}
<VirtualHost *:443>
Include /etc/apache2/conf-available/global-redirect.conf
ServerAdmin {{apache_server_admin}}
ServerName {{owncloud_domain}}
php_value auto_prepend_file "/var/www/owncloud/config/{{owncloud_shortname}}.php"
......
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