From 870d1c289393c816e53ac6aa6145b769e7b7b247 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sun, 10 May 2020 17:42:44 +0200 Subject: [PATCH] Fix nginx.conf example url (#9) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9caf864..242931e 100644 --- a/README.md +++ b/README.md @@ -142,9 +142,9 @@ When using FPM image, you will need another container with a webserver to proxy The webserver will need an access to all static files from Monica container, the volumes `html` will deal with it. -1. Download `nginx.conf` file. An example can be found on the [`example section`](/scripts/docker/.examples/supervisor/fpm/web/nginx.conf) +1. Download `nginx.conf` file. An example can be found on the [`example section`](/.examples/nginx-proxy/web/nginx.conf) ```sh - curl -sSL https://raw.githubusercontent.com/monicahq/monica/master/scripts/docker/.examples/supervisor/fpm/web/nginx.conf -o nginx.conf + curl -sSL https://raw.githubusercontent.com/monicahq/docker/master/.examples/nginx-proxy/web/nginx.conf -o nginx.conf ``` 2. Create a `docker-compose.yml` file