readme: added note on reload apache configuration using docker kill

This commit is contained in:
Sameer Naik
2015-06-19 16:25:57 +05:30
parent dfb63fdfec
commit 4b47b7fab6

View File

@@ -152,6 +152,14 @@ or using Docker Compose:
docker-compose restart apache
```
**Note!**
You can also reload the Apache configuration by sending the `HUP` signal to the container using the `docker kill` command.
```bash
docker kill -s HUP apache
```
# Reverse proxy to other containers
Apache can be used to reverse proxy to other containers using Docker's linking system. This is