Skip to content

Commit

Permalink
Create nginx_securefit.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jifollan authored and GitHub Enterprise committed Mar 3, 2025
1 parent 5282094 commit 550bbd5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nginx/nginx_securefit.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
server {
listen 80;
server_name localhost;

location / {
root /var/www/html;
index index.html index.htm;
}
}

0 comments on commit 550bbd5

Please sign in to comment.