improved apache example

This commit is contained in:
Ell 2023-08-17 14:48:05 +02:00
parent 0eb4bd9a67
commit 46d680515d

View file

@ -45,9 +45,13 @@ As an example, the official site is hosted using Apache 2 with the following vir
DocumentRoot /var/www/jsp/public
<Directory /var/www/jsp/public>
Options Indexes FollowSymLinks MultiViews
Options FollowSymLinks MultiViews
Order allow,deny
Allow from all
ExpiresActive On
ExpiresDefault A600
</Directory>
SSLCertificateFile ...