Skip to content

Commit c61615f

Browse files
author
Zachary Scott
committed
Merge pull request #84 from sinatra-sapporo/passenger-apache
Change apache_with_passenger with issue #68
2 parents d604987 + a208776 commit c61615f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployment/apache_with_passenger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Host](http://httpd.apache.org/docs/2.2/vhosts/) for your app.
7373
ServerName www.yourapplication.com
7474
DocumentRoot /path/to/app/public
7575
<Directory /path/to/app/public>
76+
Require all granted
7677
Allow from all
7778
Options -MultiViews
7879
</Directory>

0 commit comments

Comments
 (0)