Skip to content

Commit

Permalink
updated the logic for context path
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Jul 2, 2024
1 parent 7beb178 commit 0627af3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions micro-frontends/sample/docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ server {
index index.html index.htm;
try_files $uri $uri/ /sample-ui/index.html;
}

location ~ /mz\|\|pg/sample-ui(/.*) {
rewrite ^/mz\|\|pg/sample-ui(/.*)$ /sample-ui$1 last;
}
}

0 comments on commit 0627af3

Please sign in to comment.