This commit is contained in:
风扇滑翔翼 2024-03-17 15:13:54 +08:00 committed by GitHub
parent f19a598927
commit f9df5ada87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,13 @@
</html> </html>
``` ```
5. 修改 `nginx.conf` 并重启 `Nginx` 服务,将`80`端口的 http 访问定位到刚才建立的 `html` 页面上 赋予其他用户读取该文件的权限
```shell
chmod -R a+r .
```
6. 修改 `nginx.conf` 并重启 `Nginx` 服务,将`80`端口的 http 访问定位到刚才建立的 `html` 页面上
1. 修改 `nginx.conf` 1. 修改 `nginx.conf`