removed more activiti-admin
This commit is contained in:
parent
fbefed1ff1
commit
78f2ed24c6
@ -8,10 +8,6 @@ if [[ $APS_APP_URL ]]; then
|
|||||||
sed -i s%http:\/\/activiti-app:8080%"$APS_APP_URL"%g /etc/nginx/nginx.conf
|
sed -i s%http:\/\/activiti-app:8080%"$APS_APP_URL"%g /etc/nginx/nginx.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $APS_ADMIN_URL ]]; then
|
|
||||||
sed -i s%http:\/\/activiti-admin:8080%"$APS_ADMIN_URL"%g /etc/nginx/nginx.conf
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ $AIMS_URL ]]; then
|
if [[ $AIMS_URL ]]; then
|
||||||
sed -i s%http:\/\/identity:8080%"$AIMS_URL"%g /etc/nginx/nginx.conf
|
sed -i s%http:\/\/identity:8080%"$AIMS_URL"%g /etc/nginx/nginx.conf
|
||||||
fi
|
fi
|
||||||
|
@ -56,13 +56,6 @@ http {
|
|||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /activiti-admin/ {
|
|
||||||
proxy_pass http://activiti-admin:8080;
|
|
||||||
|
|
||||||
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
|
||||||
absolute_redirect off;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /auth/ {
|
location /auth/ {
|
||||||
proxy_pass http://identity:8080;
|
proxy_pass http://identity:8080;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user