更新 'linux基础/nginx/配置nginx转发.md'

This commit is contained in:
iProbe 2023-11-15 15:44:58 +08:00
parent 1a34a45240
commit b4cb2ef43b

View file

@ -2,6 +2,7 @@
(如果需要转发的网站较多,为方便查询,可以在目录中添加对应的配置文件(建议新建目录放配置文件)
如vhost_test.iboxpay.com.conf
添加如下内容
```shell
server {
listen 80;
server_name test.iboxpay.com;
@ -18,3 +19,4 @@
client_max_body_size 10m;
}
}
```