Skip to content

Commit

Permalink
chore: remove not necessary robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed May 24, 2023
1 parent 5f182d3 commit 003ac29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ http {
etag off;
}

location /robots.txt {
}

location / {
try_files $uri $uri/ /index.html;
}
Expand Down
2 changes: 0 additions & 2 deletions public/robots.txt

This file was deleted.

0 comments on commit 003ac29

Please sign in to comment.