mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
6 lines
167 B
Bash
Executable File
6 lines
167 B
Bash
Executable File
#!/usr/bin/env bash
|
|
perl -0777 -p -i.bak -e "s/(vhTemplate centralConfigLog \{[^}]+)\}*(^$)/\1
|
|
member $1 {
|
|
vhDomain $1
|
|
}/gmi" httpd_config.conf
|