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
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...
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
The text was updated successfully, but these errors were encountered: