Skip to content

Commit

Permalink
Merge pull request #135 from maticnetwork/DEVOPS-2599-cors-issue-update
Browse files Browse the repository at this point in the history
Update location for index
  • Loading branch information
sshrihar authored Apr 5, 2024
2 parents 30b312c + dd59098 commit 0c8366b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ http {

server {
listen 80;
location /health-check {
alias /usr/share/nginx/html/index.html;
}
location / {
root /usr/share/nginx/html;
index index.html index.htm;
Expand Down

0 comments on commit 0c8366b

Please sign in to comment.