Skip to content

Commit

Permalink
[MOSIP-15978] changes to pull packets from multiple landing locations (
Browse files Browse the repository at this point in the history
  • Loading branch information
ckm007 authored Jul 26, 2021
1 parent 2d78259 commit 9c49bae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ http {

location / {
root /home/mosip;
try_files /landing/$uri /landing01/$uri /landing02/$uri =404;
try_files /landing/$uri /landing01/$uri /landing02/$uri /landing03/$uri /landing04/$uri /landing05/$uri /landing06/$uri /landing07/uri /landing08/$uri /landing09/$uri /landing10/$uri =404;
}

#error_page 404 /404.html;
Expand Down

0 comments on commit 9c49bae

Please sign in to comment.