Ivan Vergés
Ivan Vergés
From here: https://gist.github.com/mislav/5026283 Maybe you need root certificates installed? ``` apt-get install ca-certificates ```
thanks pol!
Are you sure that you can use office365 for this? I don't have experience with it
`smtp.server.tld` ? where do you get this from ?
can you post the content of the `/etc/nginx/sites-enabled/decidim.conf`?
I guess then that this is caused indeed by #2 . Can you post the content of this files? `/etc/nginx/conf.d/mod-http-passenger.conf` `/usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini`
Ok, I think I found the error, There's one step missing, the line `passenger_ruby` in the file `/etc/nginx/conf.d/mod-http-passenger.conf` should be: ```nginx passenger_ruby /home/decidim/.rbenv/shims/ruby; ``` Let me know if then you...
great I've updated the guide. Thanks!
this is just a warning, it shouldn't affect it. If it really bothers you try to remove `passenger` from the official deb packages. `sudo apt remove passenger` Also, if you...
then youpve missed some configuration path, please do double check