Newline after response

This commit is contained in:
clerie 2020-10-18 16:02:48 +02:00
parent 496725662d
commit 751d0c1d97
1 changed files with 1 additions and 1 deletions

View File

@ -81,6 +81,6 @@ server {
location / {
add_header Content-Type text/plain;
add_header Access-Control-Allow-Origin *;
return 200 $remote_addr;
return 200 '$remote_addr\n';
}
}