19 lines
373 B
ApacheConf
19 lines
373 B
ApacheConf
<Directory /app/>
|
|
Options -Indexes +FollowSymLinks
|
|
AllowOverride None
|
|
Require all granted
|
|
</Directory>
|
|
|
|
ServerTokens Prod
|
|
ServerSignature Off
|
|
|
|
<Directory /errors/>
|
|
Options -Indexes
|
|
AllowOverride None
|
|
Require all granted
|
|
</Directory>
|
|
|
|
Alias /_errors/ /errors/
|
|
ErrorDocument 404 /_errors/404.html
|
|
ErrorDocument 403 /_errors/403.html
|
|
ErrorDocument 500 /_errors/500.html
|