Skip to content

Commit

Permalink
Remove specific robots.txt location from nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
guites committed Oct 25, 2024
1 parent fbcd59b commit affe474
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ server {
}

location = /favicon.ico { access_log off; log_not_found off; }
location = /robots.txt { access_log off; log_not_found off; }

location ~ /\.(?!well-known).* {
deny all;
Expand Down

0 comments on commit affe474

Please sign in to comment.