Skip to content

Commit

Permalink
Text is text
Browse files Browse the repository at this point in the history
  • Loading branch information
virtulis committed Dec 19, 2023
1 parent 851ad44 commit 71848ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/this-computer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ server {
rewrite . $respond_with;
}
location /text {
add_header Content-Type text/plain;
add_header Cache-Control "no-cache";
return 200 "$remote_addr\n\nSee also:\nhttps://IP4_HOST\nhttps://IP6_HOST\n";
}
Expand Down

0 comments on commit 71848ba

Please sign in to comment.