ambient/conf/apache.conf
2024-12-15 11:17:16 +01:00

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