Refine ddev config

This commit is contained in:
Björn Fromme
2020-01-24 11:37:15 +01:00
parent f89bc3620c
commit 1beadfaa24
18 changed files with 410 additions and 147 deletions
+8
View File
@@ -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