5 lines
No EOL
114 B
Bash
5 lines
No EOL
114 B
Bash
#!/bin/sh
|
|
|
|
# copy server files
|
|
cp -r /custom/vhost.d/* /etc/nginx/vhost.d
|
|
cp -r /custom/conf.d/* /etc/nginx/conf.d |