Commit 44c1ccc3 authored by xuchentao's avatar xuchentao

chore: switch nginx preview to server ip

parent 62184a2e
Pipeline #426 passed with stages
in 17 seconds
# 嘉运网约车官网 Nginx 配置 # 嘉运网约车官网 Nginx 配置
# 通过 sslip.io 临时预览域名访问,反向代理到本机 8790 端口。 # 通过服务器 IP 的 80 端口访问,反向代理到本机 8790 端口。
server { server {
listen 80; listen 80;
server_name jiayun.101-126-10-129.sslip.io; server_name 101.126.10.129;
# 图片上限为 20MB,JSON 中的 Base64 数据会额外增大请求体。 # 图片上限为 20MB,JSON 中的 Base64 数据会额外增大请求体。
client_max_body_size 28m; client_max_body_size 28m;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment