Skip to content

Commit

Permalink
Add missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekeenant committed Dec 3, 2023
1 parent 4ebd2fb commit 27b4548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dockerfiles/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ http {
listen ${PORT};
listen [::]:${PORT};
root /app/build;
index index.html
index index.html;
location / {
try_files $uri $uri/ /index.html =404;
}
Expand Down

0 comments on commit 27b4548

Please sign in to comment.