agaric-coop/.ddev/commands/web/reload-nginx.example

8 lines
171 B
Text
Raw Normal View History

2019-08-18 16:10:03 +00:00
#!/bin/bash
## Description: Reload config for nginx and php-fpm inside web container
## Usage: restart-nginx
## Example: "ddev restart-nginx"
killall -HUP nginx php-fpm