We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bfbc0 commit f723d15Copy full SHA for f723d15
func/domain.sh
@@ -221,8 +221,10 @@ sort_dns_records() {
221
add_web_config() {
222
cat $tpl_file | \
223
sed -e "s/%ip%/$ip/g" \
224
+ -e "s/%web_system%/$WEB_SYSTEM/g" \
225
-e "s/%web_port%/$WEB_PORT/g" \
226
-e "s/%web_ssl_port%/$WEB_SSL_PORT/g" \
227
+ -e "s/%proxy_system%/$PROXY_SYSTEM/g" \
228
-e "s/%proxy_port%/$PROXY_PORT/g" \
229
-e "s/%proxy_ssl_port%/$PROXY_SSL_PORT/g" \
230
-e "s/%proxy_extentions%/${PROXY_EXT//,/|}/g" \
0 commit comments