Skip to content

Commit

Permalink
docs: fix nginx typo (#6850)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbdsux authored Feb 21, 2025
1 parent 6952cea commit 080dbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ In Modern.js, the default `baseURL` is `'/'`. You can configure it by modifying
For projects with client-side routing, you can never access HTML files through the `/index.html` path.
:::

## Nignx
## Nginx

Nginx is a high-performance HTTP and reverse proxy server that can handle static files, reverse proxy, load balancing, and other functions. Deploying on Nginx typically requires configuring the `nginx.conf` file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ app.listen(3000);
存在浏览器路由的项目,永远无法通过 `/index.html` 路径来访问到 HTML 文件。
:::

## Nignx
## Nginx

Nginx 是一个高性能的 HTTP 和反向代理服务器,它可以处理静态文件、反向代理、负载均衡等功能。在 Nginx 上部署,通常需要配置 `nginx.conf` 文件。

Expand Down

0 comments on commit 080dbdc

Please sign in to comment.