Skip to content

Commit

Permalink
Revert "adding robots.txt"
Browse files Browse the repository at this point in the history
This reverts commit 9aef1eb.
  • Loading branch information
bediverus committed Apr 1, 2024
1 parent 9aef1eb commit 20614e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
server {
listen 80;
root /usr/share/nginx/html;

location /robots.txt {
return 200 "User-agent: *\nDisallow: /\n";
}


location / {
index index.html;
}
Expand Down

0 comments on commit 20614e1

Please sign in to comment.