Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
sumeiqiao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xuchentao
sumeiqiao
Commits
658c58a4
Commit
658c58a4
authored
Jul 29, 2026
by
xuchentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: use server IP for temporary preview
parent
3b7b3163
Pipeline
#425
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sumeiqiao.conf
deploy/nginx/sumeiqiao.conf
+2
-2
No files found.
deploy/nginx/sumeiqiao.conf
View file @
658c58a4
# 塑美俏官网 Nginx 配置
# 通过
sslip.io 临时预览域名
访问,反向代理到本机 8789 端口。
# 通过
服务器公网 IP 临时
访问,反向代理到本机 8789 端口。
server
{
listen
80
;
server_name
sumeiqiao
.
101
-
126
-
10
-
129
.
sslip
.
io
;
server_name
101
.
126
.
10
.
129
;
# 图片上限为 20MB,JSON 中的 Base64 数据会额外增大请求体。
client_max_body_size
28
m
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment