完成上传表情文件

This commit is contained in:
John Smith
2022-02-27 22:05:37 +08:00
parent 903cfecab9
commit 24d0671dae
16 changed files with 157 additions and 65 deletions

View File

@@ -107,6 +107,9 @@ server {
ssl_certificate /PATH/TO/CERT.crt;
ssl_certificate_key /PATH/TO/CERT_KEY.key;
client_body_buffer_size 256k;
client_max_body_size 1.1m;
# 代理header
proxy_http_version 1.1;
proxy_set_header Host $host;