Skip to content

Commit

Permalink
update domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Feb 14, 2024
1 parent 2f667ed commit 3376225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion telematic_system/local.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# local.cav-telematics.com: It is used for the UI front end.
# local.topic-service.cav-telematics.com: It is used for the messaging services.
# local.ui-service.cav-telematics.com: It is used for the UI backend services.
domain_name_arr=("127.0.0.1 grafana.local.cav-telematics.com" "127.0.0.1 local.cav-telematics.com" "127.0.0.1 topic-service.local.cav-telematics.com" "127.0.0.1 ui-service.local.cav-telematics.com" "127.0.0.1 ui-service-upload.local.cav-telematics.com")
domain_name_arr=("127.0.0.1 grafana.local.cav-telematics.com" "127.0.0.1 local.cav-telematics.com" "127.0.0.1 topic-service.local.cav-telematics.com" "127.0.0.1 ui-service.local.cav-telematics.com" "127.0.0.1 ui-upload-service.local.cav-telematics.com")

for domain_name in "${domain_name_arr[@]}";
do
Expand Down
2 changes: 1 addition & 1 deletion telematic_system/telematic_apps/apache2/000-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
ProxyPassReverse / ${UISERVICE_LOCAL_URL}
</VirtualHost>
<VirtualHost *:8888>
ServerName ui-service-upload.local.cav-telematics.com
ServerName ui-upload-service.local.cav-telematics.com
ProxyPreserveHost On
ProxyPass / ${UISERVICE_LOCAL_UPLOAD_URL} KeepAlive=On
ProxyPassReverse / ${UISERVICE_LOCAL_UPLOAD_URL}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
ProxyPassReverse / ${UISERVICE_LOCAL_URL}
</VirtualHost>
<VirtualHost *:8888>
ServerName ui-service-upload.local.cav-telematics.com
ServerName ui-upload-service.local.cav-telematics.com
ProxyPreserveHost On
ProxyPass / ${UISERVICE_LOCAL_UPLOAD_URL} KeepAlive=On
ProxyPassReverse / ${UISERVICE_LOCAL_UPLOAD_URL}
Expand Down

0 comments on commit 3376225

Please sign in to comment.