Skip to content

Commit

Permalink
shaarli: set apache directoryindex to index.php, prevent error messag…
Browse files Browse the repository at this point in the history
…es in logs at every page access

- fixes AH01630: client denied by server configuration: /var/www/links.example.org/index.cgi
- fixes #431
- ref. shaarli/Shaarli#1718
  • Loading branch information
nodiscc committed Mar 7, 2021
1 parent c63cd70 commit c4f75d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ MDomain {{ shaarli_fqdn }}
Require all denied
</FilesMatch>

DirectoryIndex index.php

<Files "index.php">
Require all granted
</Files>
Expand Down

0 comments on commit c4f75d0

Please sign in to comment.