Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5725e84971 |
@@ -7,6 +7,8 @@ server {
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
|
||||
client_max_body_size 20m;
|
||||
|
||||
# 商品图片静态文件
|
||||
location ^~ /images/ {
|
||||
alias /opt/jiu/images/;
|
||||
|
||||
Reference in New Issue
Block a user