Nginx error 404 on digital ocean but works on local machine

I resolved it by restarting the couchdb service inside the container:

docker exec -it medic-os /bin/bash
sudo /boot/svc-restart medic-core couchdb
2 Likes