Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
fanxing3
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8bfb5d5e
authored
Nov 17, 2021
by
xmh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
<feat> nginx 配置添加 client_max_body_size 属性
1 parent
a8fc8049
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
images/nginx/fanxing3.conf
images/nginx/fanxing3.conf
View file @
8bfb5d5
...
...
@@ -7,6 +7,8 @@ server {
listen
30010
;
server_name
localhost
;
client_max_body_size
500
;
location
/ {
alias
/
xmh
/
fanxing3
/
page
/;
index
index
.
html
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment