aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-04-26 21:18:30 +0200
committerWojtek Kosior <koszko@koszko.org>2022-04-26 21:18:30 +0200
commitf87ae447ba96693b80f450547acd2ff762a8fa85 (patch)
treec1eba8dbe313c92f0e593949b9fc5cf3809d0b88
parent08bf3271533e64f5cebde5fa7dc83cbef65f4033 (diff)
downloadhaketilo-hydrilla-f87ae447ba96693b80f450547acd2ff762a8fa85.tar.gz
haketilo-hydrilla-f87ae447ba96693b80f450547acd2ff762a8fa85.zip
correct default content directory in sample Apache2 conf files
-rw-r--r--doc/examples/hydrilla.example.com.conf6
-rw-r--r--doc/examples/hydrilla.example.com.tls.conf6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/examples/hydrilla.example.com.conf b/doc/examples/hydrilla.example.com.conf
index 0d94c05..7a78eea 100644
--- a/doc/examples/hydrilla.example.com.conf
+++ b/doc/examples/hydrilla.example.com.conf
@@ -26,13 +26,13 @@
ServerName hydrilla.example.com
ServerAdmin admin@example.com
- DocumentRoot /var/lib/hydrilla/malcontent_dir
+ DocumentRoot /var/lib/hydrilla/malcontent
- <Directory /var/lib/hydrilla/malcontent_dir >
+ <Directory /var/lib/hydrilla/malcontent >
Require all granted
</Directory>
- <Directory ~ "^/var/lib/hydrilla/malcontent_dir/(resource|mapping)/" >
+ <Directory ~ "^/var/lib/hydrilla/malcontent/(resource|mapping)/" >
ForceType application/json
</Directory>
diff --git a/doc/examples/hydrilla.example.com.tls.conf b/doc/examples/hydrilla.example.com.tls.conf
index 5f14554..e9d241f 100644
--- a/doc/examples/hydrilla.example.com.tls.conf
+++ b/doc/examples/hydrilla.example.com.tls.conf
@@ -36,13 +36,13 @@
ServerName hydrilla.example.com
ServerAdmin admin@example.com
- DocumentRoot /var/lib/hydrilla/malcontent_dir
+ DocumentRoot /var/lib/hydrilla/malcontent
- <Directory /var/lib/hydrilla/malcontent_dir >
+ <Directory /var/lib/hydrilla/malcontent >
Require all granted
</Directory>
- <Directory ~ "^/var/lib/hydrilla/malcontent_dir/(resource|mapping)/" >
+ <Directory ~ "^/var/lib/hydrilla/malcontent/(resource|mapping)/" >
ForceType application/json
</Directory>