aboutsummaryrefslogtreecommitdiff
path: root/knot/ssp/conf/000-default.conf
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-08-11 13:19:12 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-08-11 13:22:24 +0200
commit801177d16ccc9eeb14d9ccc3278420b90e207639 (patch)
treebfba0345572ee638004a0f6f7b17cf97456821b1 /knot/ssp/conf/000-default.conf
downloadinfra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.gz
infra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.bz2
infra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.xz
infra-801177d16ccc9eeb14d9ccc3278420b90e207639.zip
o Initial import of configuration for knot.
Diffstat (limited to 'knot/ssp/conf/000-default.conf')
-rw-r--r--knot/ssp/conf/000-default.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/knot/ssp/conf/000-default.conf b/knot/ssp/conf/000-default.conf
new file mode 100644
index 0000000..7bccb8b
--- /dev/null
+++ b/knot/ssp/conf/000-default.conf
@@ -0,0 +1,19 @@
+<VirtualHost *:80>
+ ServerAdmin webmaster@trygvis.io
+ ServerName auth.trygvis.io
+ DocumentRoot /srv/self-service-password
+
+ ErrorLog ${APACHE_LOG_DIR}/error.log
+ CustomLog ${APACHE_LOG_DIR}/access.log combined
+
+ <Directory /srv/self-service-password>
+ DirectoryIndex index.php
+ AddDefaultCharset UTF-8
+
+ Options Indexes FollowSymLinks
+ AllowOverride None
+ Require all granted
+ </Directory>
+
+</VirtualHost>
+# vim: syntax=apache ts=4 sw=4 sts=4 sr noet