Commit 658c58a4 authored by xuchentao's avatar xuchentao

chore: use server IP for temporary preview

parent 3b7b3163
Pipeline #425 failed with stages
in 0 seconds
# 塑美俏官网 Nginx 配置 # 塑美俏官网 Nginx 配置
# 通过 sslip.io 临时预览域名访问,反向代理到本机 8789 端口。 # 通过服务器公网 IP 临时访问,反向代理到本机 8789 端口。
server { server {
listen 80; listen 80;
server_name sumeiqiao.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