change things
This commit is contained in:
parent
c076383970
commit
442da7b136
3 changed files with 14 additions and 3 deletions
4
custom/proxy/90-copy-files.sh
Normal file
4
custom/proxy/90-copy-files.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cp -r /custom/vhost.d/* /etc/nginx/vhost.d
|
||||
cp -r /custom/conf.d/* /etc/nginx/conf.d
|
Reference in a new issue