Skip to content

Commit

Permalink
Another change to see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlight-bu committed Sep 15, 2024
1 parent d2fd71b commit ccc5dce
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions code/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ events {}

http {
server {
listen 8080; # Use the environment variable PORT
root /usr/share/nginx/html;
index index.html;

listen $PORT default_server;

location / {
try_files $uri /index.html;
root /usr/share/nginx/html;
index index.html;
}
}
}

0 comments on commit ccc5dce

Please sign in to comment.