Skip to content
Snippets Groups Projects
Commit 32609789 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Update README.md

parent a9683285
Branches main
No related tags found
No related merge requests found
......@@ -498,6 +498,8 @@ To configure it follow platoniq's guide, or just explore the app.
# Known problems
#### emails not getting sent
If you try to setup an (network) external email server (like mailbox) and the server is **not** configured to respond starttls request you may get a timeout on the decidim log's (`/log/production.log`, use `tail -f` to be sure). If this happens, [according to this issue](https://github.com/Platoniq/decidim-install/issues/5) you are suppouse to add
```ruby
......@@ -525,3 +527,13 @@ In the `/config/environments/production.rb` file. like so:
```
This solved a **VERY HARD** to debbug problem. Thanks Marcus Reisdoefer. Also, TLS problems are relatively common when dealing with mail services, so beware of those.
#### nginx not recognizing passenger
Refer to this [guide for installing nginx with passenger module](https://www.phusionpassenger.com/library/install/nginx/install_as_nginx_module.html). Basicaly you gotta run:
```bash
passenger-install-nginx-module
```
It's an automated script that's very helpful.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment