# static-web **Repository Path**: sjrwyu/static-web ## Basic Information - **Project Name**: static-web - **Description**: 用于部署静态nginx页面测试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-15 - **Last Updated**: 2022-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 关联仓库 git remote add origin https://gitee.com/sjrwyu/static-web.git 推送更改 sudo git add . sudo git commit -m "feat:init" sudo git push -u origin master 输入账号、密码 修改nginx.conf 项目的配置,如下,打开http://localhost:8080/ 可以看到效果 location / { root /Users/tuya/Documents/study/static-web-server; index index.html; }