Skip to content

Commit

Permalink
fix tailing new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Apr 20, 2024
1 parent 1b90ba8 commit db49442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion loadtesting/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginx:alpine
COPY hello.json /usr/share/nginx/html/hello.json
COPY default.conf /etc/nginx/conf.d/default.conf
COPY default.conf /etc/nginx/conf.d/default.conf
2 changes: 1 addition & 1 deletion loadtesting/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ server {
root /usr/share/nginx/html;
index hello.json;
}
}
}
2 changes: 1 addition & 1 deletion loadtesting/hello.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"result": "success", "message": "The server is up and running."}
{"result": "success", "message": "The server is up and running."}

0 comments on commit db49442

Please sign in to comment.