mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] HTTP proxy
This commit is contained in:
parent
522a8e6a40
commit
9e32ae42ee
1 changed files with 2 additions and 2 deletions
|
@ -54,11 +54,11 @@ module.exports = {
|
||||||
},
|
},
|
||||||
publicPath: '/yunohost/admin',
|
publicPath: '/yunohost/admin',
|
||||||
devServer: {
|
devServer: {
|
||||||
https: true,
|
https: false,
|
||||||
disableHostCheck: true,
|
disableHostCheck: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
'^/yunohost': {
|
'^/yunohost': {
|
||||||
target: `https://${process.env.VUE_APP_IP}`,
|
target: `http://${process.env.VUE_APP_IP}`,
|
||||||
ws: true,
|
ws: true,
|
||||||
logLevel: 'debug'
|
logLevel: 'debug'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue