movim_docker icon indicating copy to clipboard operation
movim_docker copied to clipboard

Fix nginx proxy configuration

Open wstucco opened this issue 6 years ago • 0 comments

nginx container in the example docker-compose.yml file is misconfigured and the application don't work correctly.

movim container already runs a php-fpm instance, forward the requests for PHP files to it.

websocket requests are forwarded to movim server runnning on port 8080 inside movim container.

wstucco avatar Oct 25 '19 14:10 wstucco