Skip to content

Commit

Permalink
Merge branch '3.4' into 4.3
Browse files Browse the repository at this point in the history
* 3.4:
  Add DirectoryIndex to Apache configuration
  • Loading branch information
OskarStark committed Aug 15, 2019
2 parents 59ff6f8 + 37a762c commit 9a7227d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ and increase web server performance:
ServerAlias www.domain.tld
DocumentRoot /var/www/project/public
DirectoryIndex /app.php
<Directory /var/www/project/public>
AllowOverride None
Order Allow,Deny
Expand Down

0 comments on commit 9a7227d

Please sign in to comment.