2
0

fix: 修复文件上传大小和国际化路径

This commit is contained in:
caiyuchao
2025-03-06 18:31:05 +08:00
parent af8e84728f
commit 1f42f3661d
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ spring:
# i18n resource file path
messages:
# i18n resource file path
basename: optional:file:/opt/wfc/conf/i18n/messages,i18n/messages
basename: file:/opt/wfc/conf/i18n/messages,i18n/messages
# Enable remote debugging
devtools:
remote:

View File

@@ -16,6 +16,7 @@ http {
sendfile on;
keepalive_timeout 65;
client_max_body_size 5m;
server {
listen 80;