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