Commit local DDEV configuration
This commit is contained in:
parent
fccb5d6a18
commit
b85e8082c3
17 changed files with 361 additions and 0 deletions
7
.ddev/commands/web/reload-nginx.example
Executable file
7
.ddev/commands/web/reload-nginx.example
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue