Refine ddev config
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
## #ddev-generated
|
||||
## Description: Reload config for nginx and php-fpm inside web container
|
||||
## Usage: restart-nginx
|
||||
## Example: "ddev restart-nginx"
|
||||
|
||||
killall -HUP nginx php-fpm
|
||||
Reference in New Issue
Block a user