You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing it helped me a lot. I'm testing the project on a Ubuntu 14.04 and the web_app.conf.erb misses a "Require all granted", else the vhost displays a 403 Forbidden.
<Directory <%= @params[:docroot] %>>
EnableSendfile Off
Options FollowSymLinks
AllowOverride <%= [@params[:allow_override] || "All" ].flatten.join " " %>
Require all granted
Order allow,deny
Allow from all
</Directory>
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for sharing it helped me a lot. I'm testing the project on a Ubuntu 14.04 and the web_app.conf.erb misses a "Require all granted", else the vhost displays a 403 Forbidden.
The text was updated successfully, but these errors were encountered: