Fix nginx.conf example url (#9)

This commit is contained in:
Alexis Saettler 2020-05-10 17:42:44 +02:00 committed by GitHub
parent c71fae6632
commit 870d1c2893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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