Skip to content

Commit

Permalink
remove one instance
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Sep 20, 2024
1 parent 059fc10 commit dc2adfc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions files/nginx/odk.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ server {
location = /robots.txt {
add_header Content-Type text/plain;
return 200 "User-agent: *\nDisallow: /\n";

# transparently follow 307 redirects
# See: https://serverfault.com/a/792035
proxy_intercept_errors on;
error_page 307 = @transparent_proxy_no_auth;
}

location /- {
Expand Down

0 comments on commit dc2adfc

Please sign in to comment.