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

General improvements

parent 44458a58
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
ServerName {{openphoto_domain}}
ServerAlias {{openphoto_aliases|join(' ')}}
......@@ -11,7 +11,7 @@
#RewriteRule ^.*$ http://{{openphoto_domain}} [R,L]
<Directory "/var/www/openphoto/src/html">
Include /etc/apache2/conf-available/global-deny.conf
Include /etc/apache2/{{ apache_conf_dir }}/global-deny.conf
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
......
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