Newline after response
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user