Improve README. Fixes #3 on GitHub
This commit is contained in:
parent
20f95c824a
commit
2ea5c9dc70
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,7 @@ services:
|
|||
- frontend
|
||||
volumes:
|
||||
- flox:/var/www/flox:ro
|
||||
- /path/to/nginx:/etc/nginx:ro
|
||||
- /host/path/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
@ -90,6 +90,8 @@ services:
|
|||
|
||||
## Example nginx config
|
||||
|
||||
Please note this is only a partial nginx config and should be placed inside the `http` section of the base nginx config either directly, or with an include.
|
||||
|
||||
```
|
||||
server {
|
||||
listen [::]:80;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue