fix: 修复文件上传大小和国际化路径
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -16,6 +16,7 @@ http {
|
||||
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
client_max_body_size 5m;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
Reference in New Issue
Block a user