We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d604987 commit a208776Copy full SHA for a208776
deployment/apache_with_passenger.md
@@ -73,6 +73,7 @@ Host](http://httpd.apache.org/docs/2.2/vhosts/) for your app.
73
ServerName www.yourapplication.com
74
DocumentRoot /path/to/app/public
75
<Directory /path/to/app/public>
76
+ Require all granted
77
Allow from all
78
Options -MultiViews
79
</Directory>
0 commit comments