mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-26 23:10:20 +05:30
Разрешаем самоподписанные сертификаты для проксирования в webpack
This commit is contained in:
parent
4bb619fdc6
commit
b017147359
@ -278,7 +278,8 @@ if (!isProduction && !isTest) {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: config.apiHost,
|
||||
changeOrigin: true // add host http-header, based on target
|
||||
changeOrigin: true, // add host http-header, based on target
|
||||
secure: false // allow self-signed certs
|
||||
}
|
||||
},
|
||||
hot: true,
|
||||
|
Loading…
Reference in New Issue
Block a user