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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/examples/hydrilla.example.com.conf') 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 -- cgit v1.2.3