Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
fix: add Apache 2.4's "Require all granted" to apache2+passenger conf…
Browse files Browse the repository at this point in the history
…ig file (#171)
  • Loading branch information
vincecoss authored and ajgon committed Jul 6, 2018
1 parent 2677426 commit f4e5871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/default/appserver.apache2.passenger.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ SSLStaplingCache "shmcb:logs/stapling-cache(150000)"
DocumentRoot <%= File.join(@deploy_dir, 'current', 'public') %>

<Directory <%= File.join(@deploy_dir, 'current') %>>
Require all granted
Options FollowSymLinks
AllowOverride None
Order allow,deny
Expand Down

0 comments on commit f4e5871

Please sign in to comment.