Skip to content

Commit

Permalink
Merge pull request #30 from istresearch/PULSE-1907
Browse files Browse the repository at this point in the history
PULSE-1907: Directory Listing Is Enabled after Pulse Install
  • Loading branch information
brascher committed Apr 29, 2016
2 parents 8f956d4 + a3acb57 commit 1103d50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions private_roles/pulse-ui-app/templates/pulse.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

DocumentRoot /var/www
<Directory />
Options +FollowSymLinks
Options -Indexes +FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options +Indexes +FollowSymLinks -MultiViews
Options -Indexes +FollowSymLinks -MultiViews
AllowOverride all
Order allow,deny
allow from all
Expand Down
3 changes: 3 additions & 0 deletions staging.inventory
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ vagrant-ist-02
[tangelo-node]
vagrant-ist-02

[apache-node]
vagrant-ist-01

[mysql-node]
vagrant-ist-01

Expand Down

0 comments on commit 1103d50

Please sign in to comment.