mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-26 20:28:34 +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
|
DocumentRoot /var/www/jsp/public
|
||||||
|
|
||||||
<Directory /var/www/jsp/public>
|
<Directory /var/www/jsp/public>
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options FollowSymLinks MultiViews
|
||||||
Order allow, deny
|
|
||||||
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
|
||||||
|
ExpiresActive On
|
||||||
|
ExpiresDefault A600
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
SSLCertificateFile ...
|
SSLCertificateFile ...
|
||||||
|
|
Loading…
Reference in a new issue