Skip to content

Commit

Permalink
Remove index.htm as a possible index file. What are we, DOS users?
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Gibson committed May 30, 2011
1 parent 22015b8 commit 4baab02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion virtualhosts/localhost.agencies.adobe.com.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server
server_name localhost.agencies.adobe.com;

root /usr/local/sites/adobe-agency-partner-portal/public;
index index.php index.html index.htm;
index index.php index.html;

if (!-e $request_filename)
{
Expand Down
2 changes: 1 addition & 1 deletion virtualhosts/localhost.youthvoices.adobe.com.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server
server_name localhost.youthvoices.adobe.com;

root /usr/local/sites/youthvoices.adobe.com;
index index.php index.html index.htm;
index index.php index.html;

if (!-e $request_filename)
{
Expand Down

0 comments on commit 4baab02

Please sign in to comment.