Commit da9f6d8 1 parent cbe1f7c commit da9f6d8 Copy full SHA for da9f6d8
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ http {
116
116
proxy_set_header X-Real-PORT $remote_port ;
117
117
proxy_set_header X-Forwarded-Host $the_host /file;
118
118
proxy_set_header X-Forwarded-Proto $the_scheme ;
119
+ proxy_set_header X-Forwarded-Port $server_port ;
119
120
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;
120
121
proxy_set_header Host $http_host ;
121
122
proxy_set_header Scheme $scheme ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default {
9
9
} ,
10
10
// webDAV的url
11
11
webDAVUrl : function ( username ) {
12
- return window . location . origin + `${ this . baseUrl } /webDAV/${ username } `
12
+ return window . location . origin + `/webDAV/${ username } `
13
13
} ,
14
14
// office api url
15
15
officeApiUrl : function ( ) {
You can’t perform that action at this time.
0 commit comments