🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-03-14 19:23:50 -04:00
parent 16760ba893
commit 81de015f7d
6 changed files with 13 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ __update_conf_files() {
[ -d "$etc_dir" ] || mkdir -p "$etc_dir"
[ -d "$conf_dir" ] && cp -Rf "$conf_dir/." "$etc_dir/"
ln -sf "/dev/stderr" "var/log/nginx/nginx.log"
ln -sf "/dev/stdout" "/var/log/nginx/access.log"
ln -sf "/dev/stdout" "/data/logs/nginx/access.log"
if [ "$SSL_ENABLED" = "true" ]; then
__file_copy "$conf_dir/nginx.ssl.conf" "$etc_dir/nginx.conf"
__file_copy "$conf_dir/vhosts.d/default.ssl.conf" "$etc_dir/vhosts.d/default.conf"