mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-26 12:18:35 +01:00
improved apache example
This commit is contained in:
parent
0eb4bd9a67
commit
46d680515d
1 changed files with 6 additions and 2 deletions
|
@ -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 ...
|
||||
|
|
Loading…
Reference in a new issue