agaric-coop/.ddev/commands/web/reload-nginx.example
2019-08-18 12:10:03 -04:00

7 lines
171 B
Bash
Executable file

#!/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