This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/custom/proxy/90-copy-files.sh
2023-02-19 15:02:16 +01:00

6 lines
No EOL
164 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
cp -r /custom/error_pages/* /usr/share/nginx/html