build: update configuration files
This commit is contained in:
parent
6d6bf27d6f
commit
e885ed948a
10 changed files with 33 additions and 13 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Do not edit this file. It is automatically generated by 'build-configs'.
|
||||
|
||||
[[ -f composer.json && ! -d vendor ]] && composer install
|
||||
|
||||
eval "$@"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file. It is automatically generated by 'build-configs'.
|
||||
|
||||
server {
|
||||
server_name _;
|
||||
|
||||
|
|
|
|||
Reference in a new issue