Skip to content

Commit

Permalink
Merge pull request shaarli#1718 from shaarli/doc-apache-directoryindex
Browse files Browse the repository at this point in the history
doc: apache: explicitly set index.php as DirectoryIndex
  • Loading branch information
nodiscc authored Mar 27, 2021
2 parents 28123e7 + 3bb6205 commit 8b8ed23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/md/Server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ sudo nano /etc/apache2/sites-available/shaarli.mydomain.org.conf
Require all denied
</FilesMatch>
DirectoryIndex index.php
<Files "index.php">
Require all granted
</Files>
Expand Down

0 comments on commit 8b8ed23

Please sign in to comment.