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 e8886bb commit 8b86c2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nginx_securefit.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
server {
listen 80;
server_name localhost;
listen 80 default_server;
server_name localhost;

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

0 comments on commit 8b86c2d

Please sign in to comment.