Skip to content

Commit a208776

Browse files
author
Seiichi Yonezawa
committed
Change apache_with_passenger with issue #68
1 parent d604987 commit a208776

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)