Skip to content

Commit

Permalink
Update nginx_securefit.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
haahauge authored and GitHub Enterprise committed Mar 19, 2025
1 parent 202a1c8 commit e8886bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx_securefit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server {
server_name localhost;

location / {
return 200 'Nginx configuration deployed successfully!';
return 200 "Nginx configuration deployed successfully!";
add_header Content-Type text/plain;
}
}

0 comments on commit e8886bb

Please sign in to comment.