summarylogtreecommitdiffstats
path: root/httpd-adminer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'httpd-adminer.conf')
-rw-r--r--httpd-adminer.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/httpd-adminer.conf b/httpd-adminer.conf
index 34a66e40ce36..7dc81192789e 100644
--- a/httpd-adminer.conf
+++ b/httpd-adminer.conf
@@ -1,8 +1,8 @@
-# vim: ft=apache
-
Alias /adminer "/usr/share/webapps/adminer"
<Directory "/usr/share/webapps/adminer">
- AllowOverride All
- Options FollowSymlinks
- Require all granted
+ AllowOverride All
+ Options FollowSymlinks
+ Require all granted
</Directory>
+
+# vim: set ft=apache ts=2 sw=2 et: