We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd2b3a commit a279421Copy full SHA for a279421
func/domain.sh
@@ -224,6 +224,7 @@ add_web_config() {
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/%rgroups%/$WEB_RGROUPS/g" \
228
-e "s/%proxy_system%/$PROXY_SYSTEM/g" \
229
-e "s/%proxy_port%/$PROXY_PORT/g" \
230
-e "s/%proxy_ssl_port%/$PROXY_SSL_PORT/g" \
0 commit comments