From f87ae447ba96693b80f450547acd2ff762a8fa85 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 26 Apr 2022 21:18:30 +0200 Subject: correct default content directory in sample Apache2 conf files --- doc/examples/hydrilla.example.com.conf | 6 +++--- doc/examples/hydrilla.example.com.tls.conf | 6 +++--- 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 - + Require all granted - + ForceType application/json 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 - + Require all granted - + ForceType application/json -- cgit v1.2.3