Skip to content

Commit

Permalink
Update nginx.conf to add ai.txt (#748)
Browse files Browse the repository at this point in the history
Hopefully makes ai.txt finally appear on the public site. I haven't don't much nginx work, so someone please test this. πŸ˜…
  • Loading branch information
macmanx2 committed Apr 11, 2024
1 parent 716134d commit 96ad95c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/dev/nginx.conf
Expand Up @@ -161,6 +161,10 @@ http {
rewrite (.*) /static/robots.txt;
}

location = /ai.txt {
rewrite (.*) /static/ai.txt;
}

location / {
proxy_pass_header Server;
proxy_set_header Host $http_host;
Expand Down

0 comments on commit 96ad95c

Please sign in to comment.