d
This commit is contained in:
parent
656482b293
commit
a125379e3a
1 changed files with 1 additions and 3 deletions
|
|
@ -51,9 +51,7 @@ proxy_set_header Connection $proxy_connection;
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto;
|
||||
upload_max_filesize = 40M
|
||||
post_max_size = 40M
|
||||
|
||||
upload_max_filesize = 40M;
|
||||
|
||||
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue