Commit 3063820f authored by xuchentao's avatar xuchentao

chore(nginx): use sslip.io preview hostname

parent 9f0732da
Pipeline #422 passed with stages
in 16 seconds
# 塑美俏官网 Nginx 配置
# 通过服务器 IP 访问,反向代理到本机 8789 端口。
# 通过 sslip.io 临时预览域名访问,反向代理到本机 8789 端口。
server {
listen 80;
server_name 101.126.10.129;
server_name sumeiqiao.101-126-10-129.sslip.io;
# 图片上限为 20MB,JSON 中的 Base64 数据会额外增大请求体。
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