Newline after response
This commit is contained in:
parent
496725662d
commit
751d0c1d97
@ -81,6 +81,6 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
add_header Content-Type text/plain;
|
add_header Content-Type text/plain;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
return 200 $remote_addr;
|
return 200 '$remote_addr\n';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user