Skip to content

Commit

Permalink
Add reload instructions to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmolnar committed Jun 6, 2019
1 parent b5a5f50 commit ef19902
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,18 @@ mbtileserver:
...
```

### Reload

mbtileserver supports graceful reload (without interrupting any in-progress requests). Reload the server by sending it a
`HUP` signal:

```
$ kill -HUP <pid>
```

Reloading the server will cause it to pick up changes to the tiles directory, adding new tilesets and removing any that
are no longer present.

## Specifications

- expects mbtiles files to follow version 1.0 of the [mbtiles specification](https://github.com/mapbox/mbtiles-spec). Version 1.1 is preferred.
Expand Down

0 comments on commit ef19902

Please sign in to comment.