mirror of https://github.com/apache/cloudstack.git
Fix Vue devServer after CSRF fix
This commit is contained in:
parent
13dd698342
commit
b3f9824be1
|
|
@ -142,7 +142,11 @@ const vueConfig = {
|
|||
secure: false,
|
||||
ws: false,
|
||||
changeOrigin: true,
|
||||
proxyTimeout: 10 * 60 * 1000 // 10 minutes
|
||||
proxyTimeout: 10 * 60 * 1000, // 10 minutes
|
||||
cookieDomainRewrite: '*',
|
||||
cookiePathRewrite: {
|
||||
'/client': '/'
|
||||
}
|
||||
}
|
||||
},
|
||||
https: process.env.HTTPS_KEY ? {
|
||||
|
|
|
|||
Loading…
Reference in New Issue