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 8a8c718 commit 202a1c8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions nginx_securefit.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
- name: Deploy nginx configuration
run: |
sudo /usr/bin/cp ./nginx_securefit.conf /etc/nginx/conf.d/nginx_securefit.conf
sudo /usr/bin/systemctl reload nginx
server {
listen 80;
server_name localhost;

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

0 comments on commit 202a1c8

Please sign in to comment.