From 46d680515de8a43135589678df5f0029b3298917 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 17 Aug 2023 14:48:05 +0200 Subject: [PATCH] improved apache example --- server/public/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/server/public/index.md b/server/public/index.md index 024327d..1dfe22f 100644 --- a/server/public/index.md +++ b/server/public/index.md @@ -45,9 +45,13 @@ As an example, the official site is hosted using Apache 2 with the following vir DocumentRoot /var/www/jsp/public - Options Indexes FollowSymLinks MultiViews - Order allow, deny + Options FollowSymLinks MultiViews + + Order allow,deny Allow from all + + ExpiresActive On + ExpiresDefault A600 SSLCertificateFile ...