mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
install ui
This commit is contained in:
parent
39a3b13595
commit
2287b1792c
56 changed files with 398 additions and 116 deletions
|
@ -19,18 +19,7 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/ws': {
|
||||
target: 'wss://nginx.jackyu.cn/api',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/ws': '',
|
||||
},
|
||||
},
|
||||
'': {
|
||||
target: 'https://nginx.jackyu.cn/api',
|
||||
}
|
||||
}
|
||||
proxy: 'https://nginx.jackyu.cn/api'
|
||||
},
|
||||
|
||||
productionSourceMap: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue