Skip to content

Commit

Permalink
fix: changed file name and last cmd nginx config to match exercises r…
Browse files Browse the repository at this point in the history
…equirements
  • Loading branch information
Jolan committed Mar 4, 2025
1 parent d244fe2 commit 26644da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Copy variables to conf file
run: |
sudo cp nginx_secfit.conf /etc/nginx/conf.d/nginx.conf
sudo cp ./nginx_securefit.conf /etc/nginx/conf.d/nginx.conf
- name: Test setup
run: |
Expand All @@ -47,4 +47,4 @@ jobs:
# Restarting nginx service
- name: Restart nginx service
run: |
sudo systemctl restart nginx
sudo systemctl reload nginx
File renamed without changes.

0 comments on commit 26644da

Please sign in to comment.