-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Good morning,
I did follow the guide for manual installation. Did on an AWS EC2 Ubuntu instance. Had the error, two passenger installed, did modify to point to: passenger_ruby /home/decidim/.rbenv/shims/ruby;
And edit the decidim.conf file as supposed with the DNS of the EC2 instance...
server {
listen 80;
listen [::]:80 ipv6only=on;
server_name ec2-Instance-IP.compute-1.amazonaws.com;
client_max_body_size 32M;
passenger_enabled on;
passenger_ruby /home/decidim/.rbenv/shims/ruby;
rails_env production;
root /home/decidim/decidim-app/public;
}
an have 404 error
even if input this: http://ec2-INstance-IP.compute-1.amazonaws.com/home/decidim/decidim-app/public
I have an 404 error
Metadata
Metadata
Assignees
Labels
No labels