mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Adding RGROUPS var to make templates platform independent
This commit is contained in:
parent
6bd2b3a80a
commit
a2794212b3
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ add_web_config() {
|
|||
-e "s/%web_system%/$WEB_SYSTEM/g" \
|
||||
-e "s/%web_port%/$WEB_PORT/g" \
|
||||
-e "s/%web_ssl_port%/$WEB_SSL_PORT/g" \
|
||||
-e "s/%rgroups%/$WEB_RGROUPS/g" \
|
||||
-e "s/%proxy_system%/$PROXY_SYSTEM/g" \
|
||||
-e "s/%proxy_port%/$PROXY_PORT/g" \
|
||||
-e "s/%proxy_ssl_port%/$PROXY_SSL_PORT/g" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue