Skip to content

Commit

Permalink
MODIFIED: added custom host header
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-ditoy committed Aug 13, 2024
1 parent 33cf3c1 commit c24cf2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/nginx-default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ server {
}

location /robots.txt {
proxy_set_header X-Client-Host $host;
proxy_pass https://backend.casper.network/cce/robots;
}

Expand Down

0 comments on commit c24cf2b

Please sign in to comment.